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




In This Topic
FillOrder Property (ImGearRawLoadOptions)
In This Topic
Gets or sets fill order of pixels in byte.
Syntax
'Declaration
 
Public Property FillOrder As ImGearFillOrder
 
'Usage
 
Dim instance As ImGearRawLoadOptions
Dim value As ImGearFillOrder
 
instance.FillOrder = value
 
value = instance.FillOrder

Property Value

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