ImageGear .NET - Updated October 2, 2018
ImGearRawAlignment Enumeration




ImageGear24.Formats.Common Assembly > ImageGear.Formats Namespace : ImGearRawAlignment Enumeration
Represents alignment of bytes in raster line.
Syntax
'Declaration
 
Public Enum ImGearRawAlignment 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearRawAlignment
Members
MemberDescription
ByteRaster lines are byte aligned.
DoubleWordRaster lines are double word aligned.
WordRaster lines are word aligned.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Formats Namespace