public ProgressEventArgs(
BankCheckField currentField,
BankCheckFieldType fieldType,
int percentage,
ProcessState state
)
currentField
The current BankCheckField that has been processed by BankCheckReader.
fieldType
The type of field that has been processed or will be processed.
percentage
The current progress percentage for processing a bank check image.
state
The current state for the processing phase.