ImageGear .NET v24.14 - Updated
Offset Property




ImageGear24.Formats.Common Assembly > ImageGear.Formats Namespace > ImGearRawLoadOptions Class : Offset Property
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

Reference

ImGearRawLoadOptions Class
ImGearRawLoadOptions Members