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