ImageFormat
Contents
[
Hide
]ImageFormat enum
Represents the file format of the image.
enum class ImageFormat
Values
Name | Value | Description |
---|---|---|
MemoryBmp | 0 | Represents the format of a bitmap in memory. |
Bmp | 1 | Represents the bitmap (BMP) image format. |
Emf | 2 | Represents the enhanced metafile (EMF) image format. |
Wmf | 3 | Represents the Windows metafile (WMF) image format. |
Gif | 4 | Represents the Graphics Interchange Format (GIF) image format. |
Jpeg | 5 | Represents the Joint Photographic Experts Group (JPEG) image format. |
Png | 6 | Represents the W3C Portable Network Graphics (PNG) image format. |
Tiff | 7 | Represents the Tagged Image File Format (TIFF) image format. |
Exif | 8 | Represents the Exchangeable Image File (Exif) format. |
Icon | 9 | Represents the Windows icon image format. |
See Also
- Namespace Aspose::Slides
- Library Aspose.Slides