'Declaration Public Property ToPage As Integer
'Usage Dim instance As PrintSettings Dim value As Integer instance.ToPage = value value = instance.ToPage
public int ToPage {get; set;}
Property Value
A integer value that start with1
. The default value is 0
, which specifies to print to the last page.