ImGearTIFFFillOrder Enumeration
Represents TIFF fill orders.
__value public enum ImGearTIFFFillOrder : public System.Enum
public enum class ImGearTIFFFillOrder : public System.Enum
Member | Value | Description |
LeastSignificantBitFirst | 2 | Least significant bit first; i.e.,
bits are accessed within a byte from lowest-order bit to highest-order bit. |
MostSignificantBitFirst | 1 | Most significant bit first; i.e.,
bits are accessed within a byte from highest-order bit to lowest-order bit. |
System.Object
System.ValueType
System.Enum
ImageGear.Formats.TIF.ImGearTIFFFillOrder