AddElementResultEndPageBounds Property
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: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public RectangleF EndPageBounds { get; set; }
Public Property EndPageBounds As RectangleF
Get
Set
public:
property RectangleF EndPageBounds {
RectangleF get ();
void set (RectangleF value);
}
member EndPageBounds : RectangleF with get, set
Property Value
RectangleF