Aspose::Pdf::SvgSaveOptions::SvgExternalImageType enum

SvgExternalImageType enum

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

enum class 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