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

In This Topic
    Size Property (Page)
    In This Topic
    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;}
    public:
    property PointD Size {
       PointD 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