Creates a new instance of the PageNumberField class.

PageNumberField()

public PageNumberField();

PageNumberField(Int, NumberFormat)

public PageNumberField(int startNumber, NumberFormat numberFormat);

Parameters

Parameter Description
startNumber Specifies the page number for the first page.
numberFormat Specifies the number format. It can be one of the following values:
Event Description
ArabicNumbers The page numbers are displayed with Arabic numbers (1, 2, 3...).
Letters The page numbers are displayed with letters (a, b, c...).
CapitalLetters The page numbers are displayed with capital letters (A, B, C...).
RomanNumbers The page numbers are displayed with Roman numbers (I, II, III...).
SmallRomanNumbers The page numbers are displayed with small Roman numbers (i, ii, iii...).