Enum SvgSaveOptions.SvgExternalImageType

SvgSaveOptions.SvgExternalImageType enumeration

enumerates possible types of image files that can be saved as external resources during during Pdf to SVG conversion

public enum SvgExternalImageType

Values

NameValueDescription
Jpeg0Jpeg format
Png1Png format
Bmp2Bmp format
Gif3Gif format
Tiff4Tiff format
Unknown5Unknown - means that converter cannot detect type of content itself

See Also