Scanner.OnScanContinue Event |
Namespace: Kofax.OmniPageCSDK.IproPlus
This event is fired to provide a way to abort the scanning procedure on request even if there are further pages in the ADF. The application should set the Continue parameter to True in order to keep scanning and continue with the next page. Setting this parameter to False cancels the scanning 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 subsequent events if multiple event sinks are registered so that each is notified independently by the event source.