ImageFormat Enum

ImageFormat enumeration

Specifies the file format of the image.

public enum ImageFormat

Values

Name Value Description
Jpeg 1 The Joint Photographic Experts Group (JPEG) image format.
Png 2 The W3C Portable Network Graphics (PNG) image format.
Bmp 3 The bitmap (BMP) image format.
Gif 4 The Graphics Interchange Format (GIF) image format.
Tiff 5 The Tagged Image File Format (TIFF) image format.

See Also