Enum SvgImageType

SvgImageType enumeration

Represents type of raster image within SVG image.

public enum SvgImageType

Values

NameValueDescription
Jpeg0JPEG JFIF.
Png1Portable Network Graphics.
Bmp2Windows Bitmap.
Gif3Gif image format
Tiff4Tiff image format
Unknown5Unknown format

See Also