HiQPdf Documentation

HtmlConversionInfoSelectedHtmlElementsInfo Property

HiQPdf Client for .NET Core
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:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public HtmlElementInfoCollection SelectedHtmlElementsInfo { get; }

Property Value

Type: HtmlElementInfoCollection
See Also

Reference