In This Topic
Gets or sets the first page to print when printing a page range.
Syntax
'Declaration
Public Property PageStart As Integer
'Usage
Dim instance As PrintInfo
Dim value As Integer
instance.PageStart = value
value = instance.PageStart
public int PageStart {get; set;}
See Also