Document.OnCanContinue Event |
Namespace: Kofax.OmniPageCSDK.IproPlus
The application should set the Continue parameter to True to continue with the next page or to False to stop the operation.
LoadImage, ScanImage, ImagePreprocess, LocateZones, Recognize or ConvertResults methods can fire this event.
The Document parameter is an object reference to the Document object, that fired this event. EventID is an auto incremented id of an instance of the event. It is useful if events are trapped in different locations and it has to be determined whether they are same events.