ImageGear21.Formats.Common Assembly > ImageGear.Formats.TIF Namespace : ImGearTIFFFillOrder Enumeration |
'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
Member | Value | Description |
---|---|---|
LeastSignificantBitFirst | 2 | Pixels are arranged within a byte such that pixels with lower column values are stored in the lower-order bits of the byte. |
MostSignificantBitFirst | 1 | Pixels are arranged within a byte such that pixels with lower column values are stored in the higher-order bits of the byte. |
System.Object
System.ValueType
System.Enum
ImageGear.Formats.TIF.ImGearTIFFFillOrder