The bounds inside the page where the rendering of a page element ended.
This information is useful for paged output of elements to continue adding new elements after this element
| C# | Visual Basic | Visual C++ |
public RectangleF EndPageBounds { get; set; }
Public Property EndPageBounds As RectangleF
public: property RectangleF EndPageBounds { RectangleF get (); void set (RectangleF value); }