EnableStopRecognizeStatus property (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

BOOL EnableStopRecognizeStatus

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

Stop firing the RecognitionStatus event.

FALSE

Continue firing 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:

EnableProgressStatusEvent property, ProgressStatus event, EnableSubSystem property, SpellLanguageID property, Recognize method, EnableFireRecognizeStatus property, EnableMethodErrors property, GetRecognizedCharacters method, GetStatus method, 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