In This Topic
GdPicture14 Namespace / PdfPageLabelStyle Enumeration

PdfPageLabelStyle Enumeration

In This Topic
Specifies the numbering style to be used for the numeric portion of page labels.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum PdfPageLabelStyle 
   Inherits System.Enum
[ComVisible(true)]
public enum PdfPageLabelStyle : System.Enum 
public enum PdfPageLabelStyle = class(System.Enum)
ComVisibleAttribute()
public enum PdfPageLabelStyle extends System.Enum
[ComVisible(true)]
__value public enum PdfPageLabelStyle : public System.Enum 
[ComVisible(true)]
public enum class PdfPageLabelStyle : public System.Enum 
Members
MemberValueDescription
PdfPageLabelStyleDecimalArabicNumerals1Decimal arabic numerals (1, 2, 3, 4, 5, ...).
PdfPageLabelStyleLowercaseLetters5Lowercase letters (a to z for the first 26 pages, aa to zz for the next 26, and so on).
PdfPageLabelStyleLowercaseRomanNumerals3Lowercase roman numerals (i, ii, iii, iv, v, ...).
PdfPageLabelStyleUndefined0The style is undefined.
PdfPageLabelStyleUppercaseLetters4Uppercase letters (A to Z for the first 26 pages, AA to ZZ for the next 26, and so on).
PdfPageLabelStyleUppercaseRomanNumerals2Uppercase roman numerals (I, II, III, IV, V, ...).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.PdfPageLabelStyle

See Also