ImageGear for .NET
ImGearTIFFFillOrder Enumeration
See Also  Send Feedback
ImageGear21.Formats.Common Assembly > ImageGear.Formats.TIF Namespace : ImGearTIFFFillOrder Enumeration




Glossary Item Box

Represents TIFF fill orders.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.