←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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly