Click or drag to resize

ScannerOnScanFinished 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 scanning procedure has finished.

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

Value

Type: Kofax.OmniPageCSDK.IproPlusScannerScanFinishedHandler
Remarks

The ErrorCode contains the result of the operation. Call the Engine object's GetErrorInfo method to get any detailed error information.

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