ImageGear .NET - Updated
ImGearBitOrder Enumeration




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace : ImGearBitOrder Enumeration
This enumeration specifies how the bytes in an image are filled by the Source.
Syntax
'Declaration
 
Public Enum ImGearBitOrder 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearBitOrder
public enum ImGearBitOrder : System.Enum 
__value public enum ImGearBitOrder : public System.Enum 
public enum class ImGearBitOrder : public System.Enum 
Members
MemberDescription
LSBFIRSTLeast significant bit first.
MSBFIRSTMost significant bit first.
Remarks

MSBFIRST indicates that the leftmost bit in the byte (usually bit 7) is the byte's Most Significant Bit.

ImGearCapabilities.BITORDER capability values.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.TWAIN.ImGearBitOrder

See Also

Reference

ImageGear.TWAIN Namespace