| IOcrPluginProcessorCompleted Method |
This method is called when a processor has completed processing its list of OCR jobs..
Namespace:
Opait.Ocr.Api
Assembly:
Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax ActionCode ProcessorCompleted(
IOcrProcessor processor,
Exception error,
bool canceled
)
Parameters
- processor
- Type: Opait.Ocr.ApiIOcrProcessor
The processor. - error
- Type: SystemException
The exception that caused the termination, or null if no errors were encountered. - canceled
- Type: SystemBoolean
'True' if the user canceled, otherwise, 'false'.
Return Value
Type:
ActionCodeThe instruction to the server on how to proceed.
See Also