ImageGear .NET v24.14 - Updated
Alignment Property (ImGearRawLoadOptions)




ImageGear24.Formats.Common Assembly > ImageGear.Formats Namespace > ImGearRawLoadOptions Class : Alignment Property
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
public ImGearRawAlignment Alignment {get; set;}
public: __property ImGearRawAlignment get_Alignment();
public: __property void set_Alignment( 
   ImGearRawAlignment value
);
public:
property ImGearRawAlignment Alignment {
   ImGearRawAlignment get();
   void set (    ImGearRawAlignment value);
}

Property Value

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

Reference

ImGearRawLoadOptions Class
ImGearRawLoadOptions Members