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