Getimage method, Getimageasbase64format method – MagTek Excella API OCX99875557 User Manual

Page 9

Advertising
background image

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

Advertising