
Initializes a new instance of the PageNumberField class.
[C#]
public PageNumberField();
public PageNumberField(int startNumber, NumberFormat numberFormat);
[Visual Basic]
Public Sub New()
Public Sub New(ByVal startNumber As Integer, ByVal numberFormat As NumberFormat)
| Parameter | Description | |||||||||||||||||||
| startNumber | Specifies the page number for the first page. | |||||||||||||||||||
| numberFormat | Specifies the number format. It can be one of the following values:
|