ImageGear v26.3 - Updated
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
    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