Click or drag to resize

ScannerOnScanContinue Event

This event is fired when the ScanPages method of the Scanner object or the ScanImage method of the Document object is invoked and the ADF scanning of the current page is finished but more pages are detected in the ADF.

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

Value

Type: Kofax.OmniPageCSDK.IproPlusScannerScanContinueHandler
Remarks

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.

See Also