Gets and sets the offset in the file or memory buffer where ImagXpress begins reading the image data.
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);
}
'Declaration
Public Property ImageOffset As Integer
'Usage
Dim instance As LoadOptions
Dim value As Integer
instance.ImageOffset = value
value = instance.ImageOffset
Property Value
An integer which represents the offset value.