ImageGear .NET v25.0 - Updated
Reverse Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFPrintOptions Class : Reverse Property
Gets or sets a value indicating whether print order is reversed.
Syntax
'Declaration
 
Public Property Reverse As Boolean
'Usage
 
Dim instance As ImGearPDFPrintOptions
Dim value As Boolean
 
instance.Reverse = value
 
value = instance.Reverse
public bool Reverse {get; set;}
public: __property bool get_Reverse();
public: __property void set_Reverse( 
   bool value
);
public:
property bool Reverse {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
See Also

Reference

ImGearPDFPrintOptions Class
ImGearPDFPrintOptions Members