Click or drag to resize

ScannerOnScanProgress Event

This event is fired repeatedly during scanning to indicate the progress of the current operation.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public event ScannerScanProgressHandler OnScanProgress

Value

Type: Kofax.OmniPageCSDK.IproPlusScannerScanProgressHandler
Remarks

The Percent parameter contains a progress value between 0 and 100. The application should set the Continue parameter to True to keep scanning or to False to stop scanning and cancel the operation.

The Scanner parameter holds a reference to the object which fired the event. This object may be used to query scanner properties but altering them or calling any processing method from the event handler will result in a trappable error. The EventID parameter uniquely identifies this event instance. This is useful to differentiate between subsequent events if multiple event sinks are registered so that each is notified independently by the event source.

See Also