Click or drag to resize

NumberStyle Enumeration

The numbering style to be used for the numeric portion of each page label:

Namespace:  Patagames.Pdf.Enums
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public enum NumberStyle
Members
  Member nameValueDescription
None0 No numbering style specified.
Decimal1 Decimal arabic numerals
RomanUppercase2 Uppercase roman numerals
RomanLowercase3 Lowercase roman numerals
LettersUppercase4 Uppercase letters (A to Z for the first 26 pages, AA to ZZ for the next 26, and so on)
LettersLowercase5 Lowercase letters (a to z for the first 26 pages, aa to zz for the next 26, and so on)
See Also