ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.TIF Namespace / ImGearTIFFFillOrder Enumeration




ImGearTIFFFillOrder Enumeration
Represents TIFF fill orders.
Syntax
'Declaration
 
Public Enum ImGearTIFFFillOrder 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearTIFFFillOrder
Members
MemberValueDescription
LeastSignificantBitFirst2Least significant bit first; i.e., bits are accessed within a byte from lowest-order bit to highest-order bit.
MostSignificantBitFirst1Most significant bit first; i.e., bits are accessed within a byte from highest-order bit to lowest-order bit.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.TIF.ImGearTIFFFillOrder

See Also