←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) 
             
  
get_ReverseBits(); 
set_ReverseBits(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize