←Select platform

OcrAutoRecognizeJobProgressEventArgs Constructor

Summary

Initializes a new instance of the OcrAutoRecognizeJobProgressEventArgs class with the specified values.

Syntax
C#
VB
C++
Public Function New( _ 
   ByVal job As IOcrAutoRecognizeJob, _ 
   ByVal data As IOcrProgressData _ 
) 
public: 
OcrAutoRecognizeJobProgressEventArgs(  
   IOcrAutoRecognizeJob^ job, 
   IOcrProgressData^ data 
) 

Parameters

job
The job that triggered the event.

data
Progress data.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly