ImageFormat Enum

ImageFormat enumeration

Specifies the file format of the image. This class is deprecated and will be replaced by WebImageFormat.

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.
Webp6The Web Picture format (WebP), a modern image format that provides superior lossless and lossy compression for images on the web.

See Also