ImageGear for .NET
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback