IInkEdit::put_Factoid method (inked.h)
Gets or sets the Factoid constant that a IInkRecognizer object uses to constrain its search for the recognition result.
This property is read/write.
Syntax
HRESULT put_Factoid(
BSTR newVal
);
Parameters
newVal
Return value
None
Remarks
This property should only be changed if the Status property returns IES_Idle.
To ensure that ink is recognized in the correct field context, set this property before processing the ink for the first time.
A Factoid provides context for recognized ink in the context of a particular field. You specify a factoid if an input field is of a known type, for example, if the input field contains a date.
This property takes or returns a string parameter and not a class object of the Factoid class. The members of this class are of type STRING. This method does not throw an error if you attempt to set this property to an invalid string value.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | inked.h |
Library | InkEd.dll |