HtmlToPdfConversionInfo Class

Holds information about the result of an HTML to PDF conversion. This object is populated after the conversion completes and is exposed by the ConversionInfo property of the HTML to PDF converter. It contains details about the generated pages, inserted pages, and the total output.

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 17.0.0
C#
public class HtmlToPdfConversionInfo
Inheritance
Object    HtmlToPdfConversionInfo

Constructors

HtmlToPdfConversionInfoInitializes a new instance of the HtmlToPdfConversionInfo class

Properties

ExternalPagesInsertedAfter Gets the number of pages inserted after the HTML to PDF conversion result. These pages may come from external PDF sources.
ExternalPagesInsertedBefore Gets the number of pages inserted before the HTML to PDF conversion result from external PDF documents
PagesFromHtml Gets the number of pages generated by the HTML to PDF conversion process.
TocPagesInsertedBefore Gets the number of pages inserted before the HTML to PDF conversion result by table of contents
TotalPages Gets the total number of pages in the final PDF document, including inserted pages and pages generated from HTML.
TotalPagesInsertedBefore Gets the number of pages inserted before the HTML to PDF conversion result from external PDF documents and from table of contents.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also