ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearBitOrder Enumeration




In This Topic
    ImGearBitOrder Enumeration
    In This Topic
    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
    MemberValueDescription
    LSBFIRST0Least significant bit first.
    MSBFIRST1Most 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