public int StartPage {get; set;}
public: __property int get_StartPage(); public: __property void set_StartPage( int value );
public: property int StartPage { int get(); void set ( int value); }
'Declaration Public Property StartPage As Integer
'Usage Dim instance As ImGearPDFPrintOptions Dim value As Integer instance.StartPage = value value = instance.StartPage
ImGearPDFPrintOptions Class ImGearPDFPrintOptions Members