PPImageFormat
PPImageFormat enumeration
Image formats. This enum is replacement for System.Drawing.Imaging.ImageFormat class. It’s needed for COM compatibility.
public enum PPImageFormat
Values
| Name | Value | Description |
|---|---|---|
| Bmp | 0 | Gets the bitmap (BMP) image format. |
| Emf | 1 | Gets the enhanced metafile (EMF) image format. |
| Exif | 2 | Gets the Exchangeable Image File (Exif) format. |
| Gif | 3 | Gets the Graphics Interchange Format (GIF) image format. |
| Icon | 4 | Gets the Windows icon image format. |
| Jpeg | 5 | Gets the Joint Photographic Experts Group (JPEG) image format. |
| MemoryBmp | 6 | Gets the format of a bitmap in memory. |
| Png | 7 | Gets the W3C Portable Network Graphics (PNG) image format. |
| Tiff | 8 | Gets the Tagged Image File Format (TIFF) image format. |
| Wmf | 9 | Gets the Windows metafile (WMF) image format. |
See Also
- namespace Aspose.Slides
- assembly Aspose.Slides