ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearRawLoadOptions Class / Offset Property




In This Topic
    Offset Property
    In This Topic
    Gets or sets image data offset in the stream.
    Syntax
    'Declaration
     
    Public Property Offset As Integer
    'Usage
     
    Dim instance As ImGearRawLoadOptions
    Dim value As Integer
     
    instance.Offset = value
     
    value = instance.Offset
    public int Offset {get; set;}
    public: __property int get_Offset();
    public: __property void set_Offset( 
       int value
    );
    public:
    property int Offset {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    See Also