←Select platform

IOcrProgressData Interface

Summary

Contains data for the OcrProgressCallback delegate.

Syntax
C#
VB
Objective-C
C++
Java
public interface IOcrProgressData 
Public Interface IOcrProgressData  
@interface LTOcrProgressData : NSObject 
public class OcrProgressData 
public interface class IOcrProgressData  

Remarks

An object of type IOcrProgressData is passed to the OcrProgressCallback delegate every time the operation or the percentage of the operation is changed.

IOcrProgressData is also used as the type for the OcrAutoRecognizeJobProgressEventArgs.Data property used by the IOcrAutoRecognizeManager.JobProgress event.

You can examine the members of IOcrProgressData to show information on the current page, operation and percentage complete of the OCR process.

You can also use the Status property to abort the OCR operation.

Example

For an example, refer to OcrProgressCallback

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