ImageGear .NET v25.0 - Updated
StartPage Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFPrintOptions Class : 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