←Select platform

JobOperation Event

Summary

Occurs while a job is running.

Syntax
C#
VB
Objective-C
C++
Java
public event EventHandler<OcrAutoRecognizeJobOperationEventArgs> JobOperation 
Event JobOperation As EventHandler(Of OcrAutoRecognizeJobOperationEventArgs) 
- (void)autoRecognizeManager:(LTOcrAutoRecognizeManager *)manager willRunOperation:(LTOcrAutoRecognizeJobOperationEventArgs *)operation 
- (void)autoRecognizeManager:(LTOcrAutoRecognizeManager*)manager didRunOperation:(LTOcrAutoRecognizeJobOperationEventArgs*)operation 
synchronized public void addJobOperationListener(OcrAutoRecognizeJobOperationListener listener) 
synchronized public void removeJobOperationListener(OcrAutoRecognizeJobOperationListener listener) 
event EventHandler<OcrAutoRecognizeJobOperationEventArgs^>^ JobOperation 

Event Data

The event handler receives an argument of type OcrAutoRecognizeJobOperationEventArgs containing data related to this event. The following OcrAutoRecognizeJobOperationEventArgs properties provide information specific to this event.

PropertyDescription
Document Gets the OCR document being used in the current operation.

Remarks

This event will occur when Run, RunJob or RunJobAsync is called.

You can use this event to get information on the current operation (creating an OCR document, loading a page, zoning, recognizing, saving, etc.).

Example

For an example, refer to OcrAutoRecognizeJobOperationEventArgs.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly