PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / PageNumberingChangeModeEnum Enumeration

In This Topic
    PageNumberingChangeModeEnum Enumeration
    In This Topic
    Describes the type of a page numbering change in a C1PrintDocument.
    Syntax
    'Declaration
     
    Public Enum PageNumberingChangeModeEnum 
       Inherits System.Enum
    public enum PageNumberingChangeModeEnum : System.Enum 
    Members
    MemberDescription
    IncrementIncrement the current page number by a specified value.
    SetSet the page number to a specified absolute value.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.PageNumberingChangeModeEnum

    See Also