Winnovative PDF Creator Library for .NET
EndPageBounds Property
NamespacesWinnovative.PdfCreatorAddElementResultEndPageBounds
Winnovative PDF Creator Library for .NET
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
Declaration Syntax
C#Visual BasicVisual C++
public RectangleF EndPageBounds { get; set; }
Public Property EndPageBounds As RectangleF
public:
property RectangleF EndPageBounds {
	RectangleF get ();
	void set (RectangleF value);
}

Assembly: Winnovative.PdfCreator (Module: Winnovative.PdfCreator) Version: 3.0.6.0 (3.0.6.0)