←Select platform

ReverseBits Property

Summary
Enables or disables reversing the bits.
Syntax
C#
VB
Objective-C
C++
Java
public bool ReverseBits {get; set;} 
Public Property ReverseBits As Boolean 
@property (nonatomic, assign) BOOL reverseBits 
public boolean isReverseBits() 
public void setReverseBits(boolean reverseBits) 
public: 
property bool ReverseBits { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to reverse the bit order when writing CCITT Group 3 and 4 files and RAW uncompressed data, so that the least significant bit (LSB) is first.

Example

For an example, refer to CodecsRawOptions.

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.