The bounds of the rectangle rendered on the last page.
This information is useful when new elements are added after conversion.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public RectangleF LastPageRectangle { get; set; } |
| Visual Basic |
|---|
Public Property LastPageRectangle As RectangleF Get Set |
| Visual C++ |
|---|
public: property RectangleF LastPageRectangle { RectangleF get (); void set (RectangleF value); } |