EnableStopRecognizeStatus property (ILEADRasterDocument)
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