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




ImageGear24.Formats.Common Assembly > ImageGear.Formats Namespace > ImGearRawLoadOptions Class : FillOrder Property
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
public ImGearFillOrder FillOrder {get; set;}
public: __property ImGearFillOrder get_FillOrder();
public: __property void set_FillOrder( 
   ImGearFillOrder value
);
public:
property ImGearFillOrder FillOrder {
   ImGearFillOrder get();
   void set (    ImGearFillOrder value);
}

Property Value

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

Reference

ImGearRawLoadOptions Class
ImGearRawLoadOptions Members