ExpertPdf Html to Pdf Converter Library
LastPageRectangle Property
NamespacesExpertPdf.HtmlToPdfConversionSummaryLastPageRectangle
ExpertPdf Html to Pdf Converter Library
The bounds of the rectangle rendered on the last page. This information is useful when new elements are added after conversion in PostConvertActionEvent handler.
Declaration Syntax
C#Visual BasicVisual C++
public RectangleF LastPageRectangle { get; set; }
Public Property LastPageRectangle As RectangleF
	Get
	Set
public:
property RectangleF LastPageRectangle {
	RectangleF get ();
	void set (RectangleF value);
}
Property Value

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)