ImageGear for .NET
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
LeastSignificantBitFirst2Pixels are arranged within a byte such that pixels with lower column values are stored in the lower-order bits of the byte.
MostSignificantBitFirst1Pixels are arranged within a byte such that pixels with lower column values are stored in the higher-order bits of the byte.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.TIF.ImGearTIFFFillOrder

See Also

Reference

ImageGear.Formats.TIF Namespace

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback