StopProgressStatusEvent property (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

BOOL StopProgressStatusEvent

Overview

Refer to Starting and Shutting Down the Engine

Remarks

Gets or sets a value that indicates whether to stop firing the ProgressStatus event.

Setting

Description

TRUE

Stop generating the ProgressStatus event.

FALSE

Continue firing the ProgressStatus event.

This property is designed to be set within the ProgressStatus event itself, to stop the current event. The EnableProgressStatusEvent property is designed to be set outside the ProgressStatus 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, EnableStopRecognizeStatus 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