Section 3. methods, About method, Addtag method – MagTek MTMICRImage User Manual

Page 11: Clearbuffer method

Advertising
background image

7

SECTION 3. METHODS


ABOUT METHOD
Displays a message box containing a copyright message.

Syntax

MICRImage.About()

ADDTAG METHOD
Adds a TIFF tag to the Currently Scanned File.

Syntax

MICRImage.AddTag(strTag As String)

The AddTag method syntax has these parts:

Part

Description

StrTag

Tag number and data


Example

'Adding a tiff tag.

MICRImage.AddTag("T32768=This was added by the Demo Program")

Will insert the TAG "This was added by the Demo Program" in TAG Number 32768.

Data Type

String

CLEARBUFFER METHOD
Clears the OCX buffered MICR Data.

Syntax

MICRImage.ClearBuffer()

The ClearBuffer method syntax has no parameters.

Example

MICRImage.ClearBuffer()

Data Type

None

Advertising