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: 16.0.0
public HtmlElementInfoCollection SelectedHtmlElementsInfo { get; }
Public ReadOnly Property SelectedHtmlElementsInfo As HtmlElementInfoCollection
Get
public:
property HtmlElementInfoCollection^ SelectedHtmlElementsInfo {
HtmlElementInfoCollection^ get ();
}
member SelectedHtmlElementsInfo : HtmlElementInfoCollection with get
Property Value
HtmlElementInfoCollection