VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfPageLabelNumberingStyle Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    PdfPageLabelNumberingStyle Enumeration
    In This Topic
    Specifies available numbering styles, which can be used for the numeric portion of each page label.
    Syntax
    'Declaration
    
    Public Enum PdfPageLabelNumberingStyle
       Inherits System.Enum
    
    
    public enum PdfPageLabelNumberingStyle : System.Enum
    
    
    __value public enum PdfPageLabelNumberingStyle : public System.Enum
    
    
    public enum class PdfPageLabelNumberingStyle : public System.Enum
    
    
    Members
    MemberDescription
    NoneWithout numeric portion.
    DecimalArabicDecimal Arabic numerals (1, 2, 3, ...).
    UppercaseRomanUppercase Roman numerals (I, II, III, ...).
    LowercaseRomanLowercase Roman numerals (i, ii, iii, ...).
    UppercaseLettersUppercase letters (from 'A' to 'Z' for the first 26 pages, from 'AA' to 'ZZ' for the next 26, and so on).
    LowercaseLettersLowercase letters (from 'a' to 'z' for the first 26 pages, from 'aa' to 'zz' for the next 26, and so on).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Pdf.Tree.PdfPageLabelNumberingStyle

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also