Winnovative HTML to PDF Converter Library for .NET
LastPageRectangle Property
NamespacesWinnovative.WnvHtmlConvertConversionSummaryLastPageRectangle
Winnovative HTML to PDF Converter Library for .NET
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);
}

Assembly: Winnovative.WnvHtmlConvert (Module: Winnovative.WnvHtmlConvert) Version: 7.0.0.0 (7.0.0.0)