PageNumberingStyle Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This enum represents the list of allowed numbering styles.

Namespace:  Apitron.PDF.Kit.Interactive.Navigation.PageLevel
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public enum PageNumberingStyle
Members

  Member nameValueDescription
None0 Has no style.
DecimalArabic1 Decimal arabic numerals.
UppercaseRoman2 Uppercase roman numerals
LowercaseRoman3 Lowercase roman numerals
UppercaseLetters4 Uppercase letters (A to Z for the first 26 pages, AA to ZZ for the next 26, and so on)
LowercaseLetters5 Lowercase letters (a to z for the first 26 pages, aa to zz for the next 26, and so on)
See Also

Reference