The OcrAutoRecognizeJobProgressEventArgs Class is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Data for the IOcrAutoRecognizeManager.JobProgress event.Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Class OcrAutoRecognizeJobProgressEventArgs Inherits System.EventArgs |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As OcrAutoRecognizeJobProgressEventArgs |
C# | |
---|---|
[SerializableAttribute()] public class OcrAutoRecognizeJobProgressEventArgs : System.EventArgs |
C++/CLI | |
---|---|
[SerializableAttribute()] public ref class OcrAutoRecognizeJobProgressEventArgs : public System.EventArgs |
This is the equivalant of using standard OCR progress callbacks with the IOcrAutoRecognizeManager, the Data member will contain the same data passed to Leadtools.Forms.Ocr.OcrProgressCallback.
Note that the IOcrAutoRecognizeManager.JobProgress will only occur if one thread is used during the recognition process.
System.Object
System.EventArgs
Leadtools.Forms.Ocr.OcrAutoRecognizeJobProgressEventArgs
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7