HtmlToPdfConverterHtmlElementsInfo Property

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

Definition

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

Property Value

HtmlElementInfoCollection

See Also