ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearFillOrder Enumeration




ImGearFillOrder Enumeration
Specifies fill order that is used for saving some file formats (e.g., TIFF, etc.).
Syntax
'Declaration
 
Public Enum ImGearFillOrder 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearFillOrder
Members
MemberValueDescription
LSB2Least significant bit first; i.e., bits are accessed within a byte from lowest-order bit to highest-order bit.
MSB1Most significant bit first; i.e., bits are accessed within a byte from highest-order bit to lowest-order bit.
Remarks
This enumeration specifies fill order that is used for saving some file formats, like TIFF, CCITT Group3/Group4, etc., or for loading raw CCITT data.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.ImGearFillOrder

See Also