ImageGear .NET
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

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback