HtmlToPdfHtmlElementsInfo Property

Gets the collection of HTML element metadata collected during conversion. Will be null if no data collection was triggered by HtmlElementsInfoSelector

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 17.5.0
C#
public HtmlElementInfoCollection HtmlElementsInfo { get; }

Property Value

HtmlElementInfoCollection

See Also