ImageGear .NET - Updated
ImGearTIFFFillOrder Enumeration




ImageGear24.Formats.Common Assembly > ImageGear.Formats.TIF Namespace : ImGearTIFFFillOrder Enumeration
Represents TIFF fill orders.
Syntax
'Declaration
 
Public Enum ImGearTIFFFillOrder 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearTIFFFillOrder
public enum ImGearTIFFFillOrder : System.Enum 
__value public enum ImGearTIFFFillOrder : public System.Enum 
public enum class ImGearTIFFFillOrder : public System.Enum 
Members
MemberDescription
LeastSignificantBitFirstLeast significant bit first; i.e., bits are accessed within a byte from lowest-order bit to highest-order bit.
MostSignificantBitFirstMost 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

Reference

ImageGear.Formats.TIF Namespace