HtmlToPdfConverterConversionInfo Property

Gets detailed information about the HTML to PDF conversion process, including the number of pages inserted before and after the HTML content, the number of pages generated from the HTML, and the total page count in the final PDF document. This property is populated only after a conversion operation completes.

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 12.0.0
C#
public HtmlToPdfConversionInfo ConversionInfo { get; }

Property Value

HtmlToPdfConversionInfo

See Also