←Select platform

Reverse Property

Summary
Gets or sets a value that determines whether each line is reversed (mirrored).
Syntax
C#
VB
Objective-C
C++
Java
public bool Reverse { get; set; } 
Public Property Reverse As Boolean 
@property (nonatomic, assign) BOOL reverse 
public boolean getReverse() 
public void setReverse(boolean value) 
public: 
property bool Reverse { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if each line is reversed (mirrored); false, otherwise.

Example

For an example, refer to RasterCodecs.LoadInformation.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.