Click or drag to resize

OcrPluginBaseProcessorCompleted 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
C#
public virtual 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: ActionCode
The instruction to the server on how to proceed.

Implements

IOcrPluginProcessorCompleted(IOcrProcessor, Exception, Boolean)
See Also