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: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.0.0
C#
public HtmlElementInfoCollection HtmlElementsInfo { get; }

Property Value

HtmlElementInfoCollection

See Also