LEADTOOLS OCR (Leadtools.Forms.Ocr assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
JobStarted Event
See Also 
Leadtools.Forms.Ocr Namespace > IOcrAutoRecognizeManager Interface : JobStarted Event



The JobStarted Event is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

Occurs when a job is about to start.

Syntax

Visual Basic (Declaration) 
Event JobStarted As EventHandler(Of OcrAutoRecognizeRunJobEventArgs)
Visual Basic (Usage)Copy Code
Dim instance As IOcrAutoRecognizeManager
Dim handler As EventHandler(Of OcrAutoRecognizeRunJobEventArgs)
 
AddHandler instance.JobStarted, handler

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.

Example

For an example, refer to IOcrAutoRecognizeManager.RunJob.

Remarks

This event will occur when Run, IOcrAutoRecognizeManager.RunJob or IOcrAutoRecognizeManager.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 IOcrAutoRecognizeManager.JobCompleted event will always occur when a job is run whether the job is aborted or completed.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

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