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
); |
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
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