InkEdit.RecognitionTimeout property
Gets or sets the length of time, in milliseconds, between the last IInkStrokeDisp object collected and the beginning of text recognition.
This property is read/write.
Syntax
HRESULT put_RecognitionTimeout( [in] long newVal ); HRESULT get_RecognitionTimeout( [out, retval] long *pVal );
Property value
A signed 32-bit integer that specifies the length of time, in milliseconds, between the last IInkStrokeDisp object collected and the beginning of text recognition.
Remarks
Setting this property equal to zero prevents the ink from being replaced by the recognized text.
Requirements
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
Library |
|
See also