Getimageasbase64formatweb method – MagTek Excella API OCX99875557 User Manual

Page 10

Advertising
background image

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


Advertising