Saveimagebyindexweb method, Saveimagebyurl method – MagTek Excella API OCX99875557 User Manual

Page 17

Advertising
background image

13

SAVEIMAGEBYINDEXWEB METHOD

Gets the image data results from a previously scan.

Syntax

Result =MTEXCELLAAPI1. SaveImageByIndexWeb (ByVal lpszDeviceName As String, ByVal
lpszDocInfo As String, ByVal lplImageIndex As Long, 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.

lplImageIndex

A string containing the section name.

lpszImgFileName

A string that contains the path and name of the file to save the image.


Remarks

SaveImageByIndexWeb functions identically to SaveImageByIndex.
SaveImageByIndexWeb
is intended to be used for webpage applications.

Data Type

Long


SAVEIMAGEBYURL METHOD

Gets the image data results from a previously scan.


Syntax

Result =MTEXCELLAAPI1. SaveImageByURL (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.

Data Type

Long

Advertising