ImageGear for .NET
StartPage Property




Gets or sets the page to start printing with, 0-based.
Syntax
'Declaration
 
Public Property StartPage As Integer
'Usage
 
Dim instance As ImGearPDFPrintOptions
Dim value As Integer
 
instance.StartPage = value
 
value = instance.StartPage
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);
}

Property Value

Integer value.
See Also

Reference

ImGearPDFPrintOptions Class
ImGearPDFPrintOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback