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

Definition

Namespace: EvoExcelToPdf
Assembly: EvoExcelToPdf_NetCore (in EvoExcelToPdf_NetCore.dll) Version: 12.0.0
C#
public RectangleF EndPageBounds { get; set; }

Property Value

RectangleF

See Also