Gets and sets the offset in the file or memory buffer where ImagXpress begins reading the image data.
'Declaration
Public Property ImageOffset As Integer
'Usage
Dim instance As LoadOptions
Dim value As Integer
instance.ImageOffset = value
value = instance.ImageOffset
public int ImageOffset {get; set;}
public: __property int get_ImageOffset();
public: __property void set_ImageOffset(
int value
);
public:
property int ImageOffset {
int get();
void set ( int value);
}
Property Value
An integer which represents the offset value.