Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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);
}

Return 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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also