EnableFireRecognizeStatus property (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

BOOL EnableFireRecognizeStatus

Overview

Refer to Recognizing Document Pages

Remarks

Gets or sets a value that indicates whether to enable the generation of the RecognitionStatus event. Possible values are:

 

Setting

Description

TRUE

Enables the generation of the RecognitionStatus event.

FALSE

Disables the generation of the RecognitionStatus event.

The EnableStopRecognizeStatus property is designed to be set within the RecognitionStatus event itself, to stop the current event. The EnableFireRecognizeStatusEvent property is designed to be set outside the RecognitionStatus event to control whether the event is even generated.

See Also

Elements:

EnableSubSystem property, SpellLanguageID property, Recognize method, EnableCorrection 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: Recognizing Document Pages