[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.NumberingStyle

Enum NumberingStyle

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll

Defines possible numbering styles.

public enum NumberingStyle

Fields

DecimalArabic = 0

Decimal Arabic numerals.

LowercaseLetters = 4

Lowercase letters (a to z for the first 26 pages, aa to zz for the next 26, and so on).

LowercaseRoman = 2

Lowercase Roman numerals.

Unknown = 6

Value is unknown.

Unset = 5

Value is not specified.

UppercaseLetters = 3

Uppercase letters (A to Z for the first 26 pages, AA to ZZ for the next 26, and so on).

UppercaseRoman = 1

Uppercase Roman numerals.