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.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic HtmlSaveOptionsImageParentTypes ParentType
Public ParentType As HtmlSaveOptionsImageParentTypes
public:
HtmlSaveOptionsImageParentTypes ParentType
val mutable ParentType: HtmlSaveOptionsImageParentTypes
Field Value
Type:
HtmlSaveOptionsImageParentTypes
See Also