ImageFormat

ImageFormat enumeration

Defines a format of the image.

public enum ImageFormat

Values

Name Value Description
Bmp 0 Bitmap image.
Gif 1 Graphical Interchange Format.
Jpeg 2 JPEG image.
Png 3 Portable Network Graphic.
WebP 4 WebP Image.

See Also