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