HtmlSaveOptions.HtmlImageSavingInfo.ParentType

HtmlSaveOptions.HtmlImageSavingInfo.ParentType 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).

public ImageParentTypes ParentType;

See Also