ImageGear .NET - Updated May 1, 2018
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
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