Enum HtmlImageType

HtmlImageType enumeration

Represents HTML image type.

public enum HtmlImageType

Values

NameValueDescription
Jpeg0JPEG JFIF.
Png1Portable Network Graphics.
Bmp2Windows Bitmap.
Gif3Gif image format
Tiff4Tiff image format
Svg5SVG image format
Svgz6Compressed SVG
Unknown7Unknown format

See Also