The bounds of the rectangle rendered on the last page.
This information is useful when new elements are added after conversion in PostConvertActionEvent handler.
| C# | Visual Basic | Visual C++ |
public RectangleF LastPageRectangle { get; set; }
Public Property LastPageRectangle As RectangleF
public: property RectangleF LastPageRectangle { RectangleF get (); void set (RectangleF value); }