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

Encrypting SPI IntelliHead
14
SAVEIMAGEBYURLWEB METHOD
Gets the image data results from a previously scan.
Syntax
Result =MTEXCELLAAPI1. SaveImageByURLWeb (ByVal lpszDeviceName As String, ByVal
lpszDocInfo As String, ByVal lpszImageURL As String, ByVal lpszImgFileName As String) as
Long
Part
Description
lpszDeviceName
A string that specifies the name of the device.
lpszDocInfo
A string containing the information previously returned from the device. The returned
information contains command status, MICR data, and image information.
lpszImageURL
The identification of the requested image.
lpszImgFileName
A string that contains the path and name of the file to save the image.
Remarks
SaveImageByURLWeb functions identically to SaveImageByURL. SaveImageByURLWeb is
intended to be used for webpage applications.
Data Type
Long
SENDCOMMAND METHOD
Sends a command to a device.
Syntax
Result =MTEXCELLAAPI1.SendCommand (ByVal lpszDeviceName As String, ByVal
lpszCommand As String, ByRef lpszResult As String, ByRef lplLength As Long) as Long
Part
Description
lpszDeviceName
A string that specifies the name of the device.
lpszCommand
A string containing the command to sent to the device.
lpszResult
The buffer that receives the result of the command.
lplLength
The length of
lpszResult.
Data Type
Long