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

9
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.
lpszResult
The buffer that receives the retrieved value.
lplBufferSize
The size of the result buffer.
Data Type
Long
GETVALUEWEB METHOD
Retrieves a key/value pair that was previously stored in the Document Information.
Syntax
Result =MTEXCELLAAPI1. GetValueWeb ( ByVal lpszOptions As String, ByVal lpszSection As
String, ByVal lpszKey As String, ByRef lpszResult As Variant, ByRef lplBufferSize As Variant )
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.
lpszResult
The buffer that receives the retrieved value.
lplBufferSize
The size of the
lpszResult
buffer.
Remarks
GetValueWeb functions identically to GetValue. GetValueWeb is intended to be used for
webpage applications.
Data Type
Long