Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
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;}
Managed Extensions for C++ 
public: __property bool get_ReverseBits();
public: __property void set_ReverseBits( 
   bool value
);
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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also