User Manual
Table Of Contents
- TABLE OF CONTENTS
- Section 1. Features and Specifications
- Section 2. mETHODS
- CLOSEDEVICE Method
- DEVICECONNECT Method
- DEVICEDISCONNECT Method
- GETDEVICE Method
- GETDEVICEWEB Method
- GETIMAGE Method
- GETIMAGEASBASE64FORMAT Method
- GETIMAGEASBASE64FORMATWEB Method
- GETIMAGEWEB Method
- GETINDEXVALUE Method
- GETINDEXVALUEWEB Method
- GETVALUE Method
- GETVALUEWEB Method
- LOGENABLE Method
- OPENDEVICE Method
- PROCESSCHECK Method
- PROCESSCHECKWEB Method
- QUERYINFO Method
- QUERYINFOWEB Method
- SAVEIMAGEBYINDEX Method
- SAVEIMAGEBYINDEXWEB Method
- SAVEIMAGEBYURL Method
- SAVEIMAGEBYURLWEB Method
- SENDCOMMAND Method
- SENDCOMMANDWEB Method
- SETINDEXVALUE Method
- SETINDEXVALUEWEB Method
- SETLOGFILEHANDLE Method
- SETLOGLEVEL Method
- SETVALUE Method
- SETVALUEWEB Method

7
GETIMAGEWEB METHOD
Gets the image data results from a previous scan.
Syntax
Result =MTEXCELLAAPI1. GetImageWeb ( ByVal lpszDeviceName As String, ByVal
lpszImageID As String, ByVal lpszImageFile As String, ByRef lpszImageBuffer As Variant, ByRef
lplImageSize As Variant) as Long
Part
Description
lpszDeviceName
A string that specifies the name of the device.
lpszImageID
A string that specifies the identification of the requested image.
lpszImageFile
A string that contains the path and name of the file to save the image.
lpszImageBuffer
A buffer for storing the image data.
lplImageSize
Specifies the size of the
lpszImageBuffer
.
Remarks
GetImageWeb functions identically to GetImage. GetImageWeb is intended to be used for
webpage applications.
Data Type
Long
GETINDEXVALUE METHOD
Retrieves a key/value pair that was previously stored in the Document Information.
Syntax
Result =Result = MTEXCELLAAPI1.GetIndexValue (ByVal lpszOptions As String, ByVal
lpszSection As String, ByVal lpszKey As String, ByVal lpiIndex As Long, ByRef lpszResult As
String, ByRef lplBufferSize As Long ) as Long
Part
Description
lpszOptions
A string that specifies all the key/value pairs.
lpszSection
A string containing the section name.
lpszKey
A string containing the key name.
lpiIndex
The key index number.
lpszResult
The buffer that receives the retrieved value.
lplBufferSize
The size of the result buffer.