JobFormIdentified(FormDefName As String, Status As Integer, FrontPgImage As String, BackPgImage As String) As Long

Description

This event is fired after a form receives Identified status.

Parameters

Parameter

Description

FormDefName 

The name of the identified form.

Status 

0 = unidentified form, 1 = identified form, 2 = one-sided appendix, 3 = two-sided appendix.

FrontPgImage 

Name and path of the image file containing the image of the front page.

BackPgImage 

Name and path of the image file containing the image of the back page.

Return values

Return value

Description

EV_OK

Normal return.

EV_OK_ABORT 

No effect—treated the same as EV_OK.

EV_ERROR

Results in an error message.

Suggested usage

Logging, statistics, and trace functions. With this event you also detect whether or not a form is identified.

Remarks

This event is only fired in the Scan and Interpret modules.

Job-level events