ImageGear .NET v25.0 - Updated
EndPage Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFPrintOptions Class : EndPage Property
Gets or sets the page to end printing on.
Syntax
'Declaration
 
Public Property EndPage As Integer
'Usage
 
Dim instance As ImGearPDFPrintOptions
Dim value As Integer
 
instance.EndPage = value
 
value = instance.EndPage
public int EndPage {get; set;}
public: __property int get_EndPage();
public: __property void set_EndPage( 
   int value
);
public:
property int EndPage {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

ImGearPDFPrintOptions Class
ImGearPDFPrintOptions Members