API Reference

Enum

PdfPageNumberStyle

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Numbering styles for generated header/footer page tokens.

Inheritance

  • Enum
  • PdfPageNumberStyle

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const PdfPageNumberStyle Arabic #

Arabic numerals: 1, 2, 3.

Value: 0
public const PdfPageNumberStyle LowerRoman #

Lowercase Roman numerals: i, ii, iii.

Value: 1
public const PdfPageNumberStyle UpperRoman #

Uppercase Roman numerals: I, II, III.

Value: 2
public const PdfPageNumberStyle LowerLetter #

Lowercase alphabetic sequence: a, b, c, aa.

Value: 3
public const PdfPageNumberStyle UpperLetter #

Uppercase alphabetic sequence: A, B, C, AA.

Value: 4