Eplan Platform API
Eplan.EplApi.DataModel Namespace / Page Class / Size Property

Size Property (Page)
Returns the exact size of the page, takes into account page scale. The size is calculated from center of border lines.
Syntax
public PointD Size {get;}

Property Value

Size of a page which is calculated from center of border lines.
Exceptions
ExceptionDescription
Thrown when a page has no frame.
See Also