ApplySuggest Method of the Field Object
This method allows you to select one of the suggestions (see IField::Suggests) for the value of the field.
Syntax
Visual Basic .NET
Sub ApplySuggest(Suggest As String)
C++
HRESULT ApplySuggest( BSTR Suggest );
Parameters
- Suggest
- [in] This parameter specifies the suggestion which should be applied.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
8/15/2023 1:19:30 PM