ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearRawLoadOptions Class / Alignment Property




In This Topic
Alignment Property
In This Topic
Gets or sets alignment of bytes in raster line.
Syntax
'Declaration
 
Public Property Alignment As ImGearRawAlignment
 
'Usage
 
Dim instance As ImGearRawLoadOptions
Dim value As ImGearRawAlignment
 
instance.Alignment = value
 
value = instance.Alignment

Property Value

ImGearRawAlignment enumeration value.
Remarks
For additional information see ImGearRawAlignment.
See Also