ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearRawAlignment Enumeration




ImGearRawAlignment Enumeration
Represents alignment of bytes in raster line.
Syntax
'Declaration
 
Public Enum ImGearRawAlignment 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearRawAlignment
Members
MemberValueDescription
Byte0Raster lines are byte aligned.
DoubleWord2Raster lines are double word aligned.
Word1Raster lines are word aligned.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.ImGearRawAlignment

See Also