Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

AbortAllJobs Method








Aborts all running and pending jobs.
Syntax
void AbortAllJobs()
'Declaration
 
Sub AbortAllJobs() 
'Usage
 
Dim instance As IOcrAutoRecognizeManager
 
instance.AbortAllJobs()
void AbortAllJobs()
- (void)abortAllJobs
public void abortAllJobs()
function Leadtools.Forms.Ocr.IOcrAutoRecognizeManager.AbortAllJobs()
void AbortAllJobs(); 
Remarks

Call this method to cause all running and pending jobs started with Run, RunJob or RunJobAsync to gracefully abort. Notice that this method will only triggers the abortion operation and returns immediately. You must still add synchronization code if your application logic needs to be informed when all jobs are completed/aborted. For a complete example on how to accomplish this, refer to RunJob.

Example
For an example, refer to RunJob.
Requirements

Target Platforms

See Also

Reference

IOcrAutoRecognizeManager Interface
IOcrAutoRecognizeManager Members
Programming with LEADTOOLS .NET OCR

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features