HiQPdf Documentation

HtmlConversionInfoSelectedHtmlElementsInfo Property

Quickly Create High Quality PDFs
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:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public HtmlElementInfoCollection SelectedHtmlElementsInfo { get; }

Property Value

Type: HtmlElementInfoCollection
See Also

Reference