PdfPageNumberingStyle Enumeration

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfPageNumberingStyle Enumeration
The numbering styles that can be used for the numeric portion of page labels in a labeling range.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public enum PdfPageNumberingStyle
VB
Public Enumeration PdfPageNumberingStyle

Members

  Member nameValueDescription
DecimalArabic0 Decimal arabic numerals.
UppercaseRoman1 Uppercase roman numerals.
LowercaseRoman2 Lowercase roman numerals.
UppercaseLetters3 Uppercase letters (A to Z for the first 26 pages, AA to ZZ for the next 26, and so on).
LowercaseLetters4 Lowercase letters (a to z for the first 26 pages, aa to zz for the next 26, and so on).
Unspecified5 Style is unspecified. Page labels won't contain numeric portion.

See Also