ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.TIF Namespace / ImGearTIFFFillOrder Enumeration




In This Topic
    ImGearTIFFFillOrder Enumeration
    In This Topic
    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