In This Topic
Gets or sets the page number to print on the first page.
Syntax
'Declaration
Public Property FirstPageNumber As Integer
'Usage
Dim instance As PrintInfo
Dim value As Integer
instance.FirstPageNumber = value
value = instance.FirstPageNumber
public int FirstPageNumber {get; set;}
Example
This sets the properties for the PrintInfo class.
See Also