ImageGear for .NET
ImGearBitOrder Enumeration
See Also  Send Feedback
ImageGear21.Twain Assembly > ImageGear.TWAIN Namespace : ImGearBitOrder Enumeration




Glossary Item Box

This enumeration specifies how the bytes in an image are filled by the Source.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.