ImageGear v26.0 - Updated
ImGearTIFFFillOrder Enumeration




ImageGear.Core 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
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

Reference

ImageGear.Formats.TIF Namespace

Is this page helpful?
Yes No
Thanks for your feedback.