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
6
Part
Description
lpszDeviceName
A string that specifies the name of the device.
lpszOptions
A string that specifies all the key/value pairs.
lplImageIndex
A string that specifies the Key Index Number.
lpbConvertCRLF
A boolean that when set to true will indicate to remove the carriage return and line feed
characters from the return value.
lpReturnValue
A variant that stores the image data.
Data Type
Long
GETIMAGEASBASE64FORMATWEB METHOD
Gets the image data results from a previous scan as base 64 format.
Syntax
Result =MTEXCELLAAPI1. GetImageAsBase64FormatWeb (ByVal lpszDeviceName As
String, ByVal lpszOptions As String, ByVal lplImageIndex As Long, lpbConvertCRLF As
Boolean, ByRef lpReturnValue As Variant) as Long
Part
Description
lpszDeviceName
A string that specifies the name of the device.
lpszOptions
A string that specifies all the key/value pairs.
lplImageIndex
A string that specifies the Key Index Number
lpbConvertCRLF
A boolean that when set to true will indicate to remove the carriage return and line feed
characters from the return value.
lpReturnValue
A variant that stores the image data.
Remarks
GetImageAsBase64FormatWeb functions identically to GetImageAsBase64Format.
GetImageAsBase64FormatWeb is intended to be used for webpage applications.
Data Type
Long