HtmlSaveOptionsHtmlImageSavingInfoParentType Field
Saved image can pertain to HTML itself or can be extracted. from SVG embedded to HTML. This property can tell to custom code what's that type of parent of processed image. It set by converter and can be used in custom code to decide what should be done with that image (f.e. custom code can decide where to save image or how it must be referenced in parent's content).

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public HtmlSaveOptionsImageParentTypes ParentType

Field Value

Type: HtmlSaveOptionsImageParentTypes
See Also