Click or drag to resize

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.HtmlToPdf
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public RectangleF LastPageRectangle { get; set; }

Property Value

Type: RectangleF
See Also