API Help
Eplan.EplApi.DataModel Namespace / PagePropertyList Class / PAGE_COUNTERPAGENUMBER Property / PAGE_COUNTERPAGENUMBER Property

In This Topic
    PAGE_COUNTERPAGENUMBER Property
    In This Topic
    Counter page number # 25020.
    Syntax
    public PropertyValue PAGE_COUNTERPAGENUMBER {get; set;}
    public:
    property PropertyValue^ PAGE_COUNTERPAGENUMBER {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    This property automatically increments the pages in the project in accordance with the order in the page structure ‪. You can insert this property as special text and use it for displaying a sequential page number, for example in the page properties, in the graphical editor or on report pages.

    See Also