ImageFormat

ImageFormat class

Represents the file format of the image.

Constants

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.

MemoryBmp

Represents the format of a bitmap in memory.


Bmp

Represents the bitmap (BMP) image format.


Emf

Represents the enhanced metafile (EMF) image format.


Wmf

Represents the Windows metafile (WMF) image format.


Gif

Represents the Graphics Interchange Format (GIF) image format.


Jpeg

Represents the Joint Photographic Experts Group (JPEG) image format.


Png

Represents the W3C Portable Network Graphics (PNG) image format.


Tiff

Represents the Tagged Image File Format (TIFF) image format.


Exif

Represents the Exchangeable Image File (Exif) format.


Icon

Represents the Windows icon image format.