ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFPrintOptions Class / Reverse Property




In This Topic
    Reverse Property
    In This Topic
    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