Accusoft.ImagXpress13.Net
ImageOffset Property




Gets and sets the offset in the file or memory buffer where ImagXpress begins reading the image data.
Syntax
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.
See Also

Reference

LoadOptions Class
LoadOptions Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback