ImageFormat Enum

ImageFormat enumeration

Specifies the file format of the image.

public enum ImageFormat

Values

NameValueDescription
Jpeg1The Joint Photographic Experts Group (JPEG) image format.
Png2The W3C Portable Network Graphics (PNG) image format.
Bmp3The bitmap (BMP) image format.
Gif4The Graphics Interchange Format (GIF) image format.
Tiff5The Tagged Image File Format (TIFF) image format.

See Also