ImageFormat

ImageFormat enumeration

Represents the file format of the image.

public enum ImageFormat

Values

NameValueDescription
MemoryBmp0Represents the format of a bitmap in memory.
Bmp1Represents the bitmap (BMP) image format.
Emf2Represents the enhanced metafile (EMF) image format.
Wmf3Represents the Windows metafile (WMF) image format.
Gif4Represents the Graphics Interchange Format (GIF) image format.
Jpeg5Represents the Joint Photographic Experts Group (JPEG) image format.
Png6Represents the W3C Portable Network Graphics (PNG) image format.
Tiff7Represents the Tagged Image File Format (TIFF) image format.
Exif8Represents the Exchangeable Image File (Exif) format.
Icon9Represents the Windows icon image format.

See Also