Enum HtmlSaveOptions.HtmlImageType

HtmlSaveOptions.HtmlImageType enumeration

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

public enum HtmlImageType

Values

NameValueDescription
Jpeg0Jpeg format
Png1Png format
Bmp2Bmp format
Gif3Gif format
Tiff4Tiff format
Svg5Svg format
ZippedSvg6Zipped Svg format
Unknown7Unknown - means that converter cannot detect type of content itself

See Also