LEADTOOLS Image File Support (Leadtools.Codecs assembly)

ReverseBits Property

Show in webframe







Enables or disables reversing the bits.
Syntax
public bool ReverseBits {get; set;}
'Declaration
 
Public Property ReverseBits As Boolean
'Usage
 
Dim instance As CodecsRawSaveOptions
Dim value As Boolean
 
instance.ReverseBits = value
 
value = instance.ReverseBits
public bool ReverseBits {get; set;}
@property (nonatomic, assign) BOOL reverseBits;

            
 
get_ReverseBits();
set_ReverseBits(value);
Object.defineProperty('ReverseBits');
public:
property bool ReverseBits {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

CodecsRawSaveOptions Class
CodecsRawSaveOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.