ConversionSummaryLastPageRectangle Property |
The bounds of the rectangle rendered on the last page.
This information is useful when new elements are added after conversion in PostConvertActionEvent handler.
Namespace: ExpertPdf.HtmlToPdfAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic RectangleF LastPageRectangle { get; set; }
Public Property LastPageRectangle As RectangleF
Get
Set
Property Value
Type:
RectangleF
See Also