ProgressStatus event (ILTRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

void ProgressStatus(OCR_PROCESS_ID ID, short iPercent, short iAcceptCharCount, short iRejectCharCount, long lObjSize, BSTR bstrObjData)

Overview

Refer to Starting and Shutting Down the Engine

Remarks

This event is generated by OCR methods to report the progress of a specific operation and offer the client an opportunity to cancel.

To activate this event, set the EnableProgressStatusEvent property value to TRUE.

To stop receiving this event set the StopProgressStatusEvent property value to TRUE.

See Also

Elements:

EnableProgressStatusEvent property, StopProgressStatusEvent property

Topics:

Quick Reference OCR: Starting and Shutting Down the Engine
Quick Reference OCR: Recognizing Document Pages