Enum ImageType

ImageType enumeration

Specifies the type (format) of an image.

public enum ImageType

Values

NameValueDescription
Unknown0An unknown image type.
Emf2Windows Enhanced Metafile.
Wmf3Windows Metafile.
Pict4Macintosh PICT.
Jpeg5JPEG JFIF.
Png6Portable Network Graphics.
Bmp7Windows Bitmap
Gif66Gif
Tiff67Tiff
Svg68Svg
Svm69Svm
Gltf70glTF
OfficeCompatibleEmf71Windows Enhanced Metafile which is more compatible with Office.
WebP72Weppy image format

See Also