BarcodeInterpreted event

This event is fired whenever a barcode is interpreted. It is useful when there is more than one barcode on an invoice and you want a plug-in to determine which one is relevant. The barcode can either be a single item field or an invoice separator.

Important Set
BarcodeExt=1
in the [Interpret] section of Eiglobal.ini when there is more than one barcode per invoice page. For more information, refer to Kofax ReadSoft Invoices INI File Help and ReadSoft Documents INI File Help for information about that setting.

Syntax

Public Function BarcodeInterpreted() As Long

None.

The active objects are different, depending on whether the barcode is a single item field, or whether the barcode is used to separate invoices.

Single item field barcode:

Invoice separator barcode:

evtOK

Normal return. The correct barcode is found.

evtCancel

The barcode has not been found.

evtOKAbort

The barcode has not been found.

Related topic

BarcodeSeparator property