Formatchange method, Formatshow method – MagTek MTMICRImage User Manual

Page 14

Advertising
background image

MTMicrImage.OCX

10

FORMATCHANGE METHOD
Returns "OK".

Syntax

MICRImage.FormatChange(strFormat As String) As String

The FormatChange method syntax has these parts:

Part

Description

StrFormat

See Programmers Reference
Manual for a list of Format
Codes and associated Outputs


Example

Response = MICRImage.FormatChange(“6200”)

Data Type

String

FORMATSHOW METHOD
Returns the Current Format of the MICRImage.

Syntax

MICRImage.FormatShow() As String

The FormatShow method syntax has no parameters.

Example

Response = MICRImage.FormatShow()

MsgBox Response

Data Type

String

Advertising