[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.NumberingStyle

NumberingStyle Enum

Defines possible numbering styles.

Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public enum NumberingStyle
Public Enum NumberingStyle

Fields

Name Description
DecimalArabic

Decimal Arabic numerals.

LowercaseLetters

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

LowercaseRoman

Lowercase Roman numerals.

Unknown

Value is unknown.

Unset

Value is not specified.

UppercaseLetters

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

UppercaseRoman

Uppercase Roman numerals.