Aspose::Cells::Drawing::ImageType enum
ImageType enum
Specifies the type (format) of an image.
enum class ImageType
Values
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | An unknown image type. |
| Emf | 2 | Windows Enhanced Metafile. |
| Wmf | 3 | Windows Metafile. |
| Pict | 4 | Macintosh PICT. |
| Jpeg | 5 | JPEG JFIF. |
| Png | 6 | Portable Network Graphics. |
| Bmp | 7 | Windows Bitmap. |
| Gif | 66 | Gif. |
| Tiff | 67 | Tiff. |
| Svg | 68 | Svg. |
| Svm | 69 | Svm. |
| Gltf | 70 | glTF |
| OfficeCompatibleEmf | 71 | Windows Enhanced Metafile which is more compatible with Office. |
| WebP | 72 | Weppy image format. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++