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

5
Remarks
GetDeviceWeb functions identically to GetDevice. GetDeviceWeb is intended to be used for
webpage applications.
Data Type
Long
GETIMAGE METHOD
Gets the image data results from a previous scan.
Syntax
Result =MTEXCELLAAPI1.GetImage (ByVal lpszDeviceName As String, ByVal lpszImageID As
String, ByRef lpszImageBuffer As String, ByRef lplImageSize As Long) 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.
lpszImageBuffer
A buffer for storing the image data.
lplImageSize
Specifies the size of the
lpszImageBuffer
.
Data Type
Long
GETIMAGEASBASE64FORMAT METHOD
Gets the image data results from a previous scan as base 64 format.
Syntax
Result =MTEXCELLAAPI1.GetImageAsBase64Format (ByVal lpszDeviceName As String,
ByVal lpszOptions As String, ByVal lplImageIndex As Long, lpbConvertCRLF As Boolean,
ByRef lpReturnValue As Variant) as Long