Click or drag to resize

ScannerOnScanInitFinished Event

The Init method fires this event when the initialization procedure is finished.

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

Value

Type: Kofax.OmniPageCSDK.IproPlusScannerScanInitFinishedHandler
Remarks

The ErrorCode contains the status of the scanner. Check this parameter to verify whether the initialization succeeded or failed. 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