ImageFormat enumeration

ImageFormat enumeration

Specifies the file format of the image.

The ImageFormat type exposes the following members:

Fields

FieldDescription
JPEGThe Joint Photographic Experts Group (JPEG) image format.
PNGThe W3C Portable Network Graphics (PNG) image format.
BMPThe bitmap (BMP) image format.
GIFThe Graphics Interchange Format (GIF) image format.
TIFFThe Tagged Image File Format (TIFF) image format.

See Also