Documents for PDF, .NET Edition Documentation
NumberingStyle Enumeration

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace : NumberingStyle Enumeration
Defines possible numbering styles.
Syntax
'Declaration
 
Public Enum NumberingStyle 
   Inherits System.Enum
public enum NumberingStyle : System.Enum 
Members
MemberDescription
DecimalArabicDecimal Arabic numerals.
LowercaseLettersLowercase letters (a to z for the first 26 pages, aa to zz for the next 26, and so on).
LowercaseRomanLowercase Roman numerals.
UnknownValue is unknown.
UnsetValue is not specified.
UppercaseLettersUppercase letters (A to Z for the first 26 pages, AA to ZZ for the next 26, and so on).
UppercaseRomanUppercase Roman numerals.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Pdf.NumberingStyle

See Also

Reference

GrapeCity.Documents.Pdf Namespace