Aspose::Pdf::HtmlSaveOptions::ImageParentTypes enum

ImageParentTypes enum

Enumerates possible types of image’s parents Image can pertain to HTML page or to SVG parent image.

enum class ImageParentTypes

Values

NameValueDescription
HtmlPage0Image pertains to HTML page itself.
SvgImage1Image was embedded in SVG image.

See Also