HtmlConversionInfoSelectedHtmlElementsInfo Property
Returns a collection of
HtmlElementInfo objects containing one object for each HTML element selected by the
SelectedHtmlElements property
property of the
HtmlToPdf class.
A
HtmlElementInfo object offers detailed information about a HTML element like its position in the generated PDF document, the HTML id, the tag name, the HTML code of the element, etc.
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 18.0.0
public HtmlElementInfoCollection SelectedHtmlElementsInfo { get; }
Property Value
HtmlElementInfoCollection