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

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public RectangleF EndPageBounds { get; set; }
Visual Basic
Public Property EndPageBounds As RectangleF
	Get
	Set
Visual C++
public:
property RectangleF EndPageBounds {
	RectangleF get ();
	void set (RectangleF value);
}

Property Value

Type: RectangleF

See Also