Offers summary information after the HTML to PDF conversion
Inheritance Hierarchy
WinnovativeClientConversionSummary
Namespace: WinnovativeClient
Assembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax
The ConversionSummary type exposes the following members.
Properties
Name | Description | |
---|---|---|
HtmlContentSizePixels |
The size of the converted HTML content in pixels.
| |
HtmlContentSizePoints |
The size of the HTML content in points. A point is 1/72 inches. The converter internally transforms the HtmlContentSizePixels
in points.
| |
HtmlContentWidthResizeFactor |
The factor used to resize the HTML content when rendered in the PDF document. When FitWidth property
of the PdfDocumentOptions object is true,
the HTML content will be resized to fit the PDF page width if necessary.
| |
LastPageIndex |
The index of the page where the rendering of the HTML ended.
This information is useful when new elements are added after conversion.
| |
LastPageRectangle |
The bounds of the rectangle rendered on the last page.
This information is useful when new elements are added after conversion.
| |
PdfPageCount |
The number of pages in the generated PDF document.
| |
PdfPageSizePoints |
The page size in points of the generated PDF document
| |
RenderedPagesRectangles |
The bounds of the rendered rectangle on each PDF page.
|
Methods
Name | Description | |
---|---|---|
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