EnableProgressStatusEvent property (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

BOOL EnableProgressStatusEvent

Overview

Refer to Starting and Shutting Down the Engine

Remarks

Specifies whether LEADTOOLS generates a ProgressStatus event to indicate the completion percentage of the LEADTOOLS method being processed. Possible values are:

 

Value

Meaning

TRUE

Generate the ProgressStatus event, which can be used to update a status bar or to detect a user interrupt.

FALSE

If this property is set to FALSE during a load process, the load process is canceled. If this property is set to FALSE during any other process (any non-loading process), the ProgressStatus event will not be generated.

See Also

Elements:

EnableSubSystem property, SpellLanguageID property, Recognize method, EnableFireRecognizeStatus property, EnableMethodErrors property, EnableProgressStatusEvent property, EnableStopRecognizeStatus property, GetRecognizedCharacters method, GetStatus method, ProgressStatus event, RecognitionStatus event, RecognizedCharacter property, RecognizeModuleTradeOff property, SpecialMissingSymbol property, SpecialRejectedCharacter property, StopProgressStatusEvent property, Verification event

Topics:

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