ExpertPdf Html to Pdf Converter Library
EndPageBounds Property
NamespacesExpertPdf.HtmlToPdf.PdfDocumentAddElementResultEndPageBounds
ExpertPdf Html to Pdf Converter Library
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
	Get
	Set
public:
property RectangleF EndPageBounds {
	RectangleF get ();
	void set (RectangleF value);
}
Property Value

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)