LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

JobStarted Event

Show in webframe







Occurs when a job is about to start.
Syntax
'Declaration
 
Event JobStarted As EventHandler(Of OcrAutoRecognizeRunJobEventArgs)
'Usage
 
Dim instance As IOcrAutoRecognizeManager
Dim handler As EventHandler(Of OcrAutoRecognizeRunJobEventArgs)
 
AddHandler instance.JobStarted, handler

            

            
add_JobStarted(function(sender, e))
remove_JobStarted(function(sender, e))

Event Data

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

PropertyDescription
Job Gets the job that triggered this event.
Status Gets or sets a value indicating whether to continue or abort current job.
Remarks

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

To abort pending jobs in a multi-threaded application using IOcrAutoRecognizeManager, you subscribe to this event and set the value of OcrAutoRecognizeRunJobEventArgs.Status to OcrAutoRecognizeManagerJobStatus.Abort. You can also examine OcrAutoRecognizeRunJobEventArgs.Job and only abort certain jobs depending on your application logic.

The JobCompleted event will always occur when a job is run whether the job is aborted or completed.

Example
For an example, refer to RunJob.
Requirements

Target Platforms

See Also

Reference

IOcrAutoRecognizeManager Interface
IOcrAutoRecognizeManager Members
Programming with LEADTOOLS .NET OCR

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

JobStarted requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features