←Select platform

ReverseBits Property

Summary

Enables or disables reversing the bits.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool ReverseBits {get; set;} 
Public Property ReverseBits As Boolean 
public bool ReverseBits {get; set;} 
@property (nonatomic, assign) BOOL reverseBits 
public boolean isReverseBits() 
public void setReverseBits(boolean reverseBits) 
             
 <br/>get_ReverseBits();<br/>set_ReverseBits(value);<br/>Object.defineProperty('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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly