LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ReverseBits Property
See Also 
Leadtools.Codecs Namespace > CodecsRawSaveOptions Class : ReverseBits Property



Enables or disables reversing the bits.

Syntax

Visual Basic (Declaration) 
Public Property ReverseBits As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CodecsRawSaveOptions
Dim value As Boolean
 
instance.ReverseBits = value
 
value = instance.ReverseBits
C# 
public bool ReverseBits {get; set;}
C++/CLI 
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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also