ImageType Enum

ImageType enumeration

Specifies the file format of the image

public enum ImageType

Values

NameValueDescription
Unknown0Image format was not recognized.
Bmp1Gets the bitmap (BMP) image format.
Emf2Gets the enhanced metafile (EMF) image format.
Gif3Gets the Graphics Interchange Format (GIF) image format.
Icon4Gets the Windows icon image format.
Jpeg5Gets the Joint Photographic Experts Group (JPEG) image format.
Png6Gets the W3C Portable Network Graphics (PNG) image format.
Tiff7Gets the Tagged Image File Format (TIFF) image format.
Wmf8Gets the Windows metafile (WMF) image format.

See Also