PPImageFormat Enumeration |
Image formats. This enum is replacement for System.Drawing.Imaging.ImageFormat class.
It's needed for COM compatibility.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic enum PPImageFormat
Public Enumeration PPImageFormat
public enum class PPImageFormat
Members
| Member 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