Aspose::Cells::Drawing::ImageType enum

ImageType enum

Specifies the type (format) of an image.

enum class ImageType

Values

NameValueDescription
Unknown0
An unknown image type.
Emf2
Windows Enhanced Metafile.
Wmf3
Windows Metafile.
Pict4
Macintosh PICT.
Jpeg5
JPEG JFIF.
Png6
Portable Network Graphics.
Bmp7
Windows Bitmap.
Gif66
Gif.
Tiff67
Tiff.
Svg68
Svg.
Svm69
Svm.
Gltf70
glTF
OfficeCompatibleEmf71
Windows Enhanced Metafile which is more compatible with Office.
WebP72
Weppy image format.

See Also