ImageType enumeration

ImageType enumeration

Specifies the file format of the image

The ImageType type exposes the following members:

Fields

FieldDescription
UNKNOWNImage format was not recognized.
BMPGets the bitmap (BMP) image format.
EMFGets the enhanced metafile (EMF) image format.
GIFGets the Graphics Interchange Format (GIF) image format.
ICONGets the Windows icon image format.
JPEGGets the Joint Photographic Experts Group (JPEG) image format.
PNGGets the W3C Portable Network Graphics (PNG) image format.
TIFFGets the Tagged Image File Format (TIFF) image format.
WMFGets the Windows metafile (WMF) image format.

See Also