Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace : OcrAutoRecognizeJobProgressEventArgs Class |
[SerializableAttribute()] public class OcrAutoRecognizeJobProgressEventArgs : System.EventArgs
'Declaration
<SerializableAttribute()> Public Class OcrAutoRecognizeJobProgressEventArgs Inherits System.EventArgs
'Usage
Dim instance As OcrAutoRecognizeJobProgressEventArgs
public sealed class OcrAutoRecognizeJobProgressEventArgs : ~Remove~
function Leadtools.Forms.Ocr.OcrAutoRecognizeJobProgressEventArgs()
[SerializableAttribute()] public ref class OcrAutoRecognizeJobProgressEventArgs : public System.EventArgs
This is the equivalent of using standard OCR progress callbacks with the IOcrAutoRecognizeManager, the Data member will contain the same data passed to OcrProgressCallback.
Note that the IOcrAutoRecognizeManager.JobProgress will only occur if one thread is used during the recognition process.
IOcrAutoRecognizeManager allows you to modify the raster image, OCR page or OCR document during some parts of the operation. Refer to OcrAutoRecognizeJobOperationEventArgs.PageImage for more information an example.