Character.Suggestions Property
|
This property returns a word suggestion list if available provided that the particular character is the leading character of a word.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic string[] Suggestions { get; }
Public ReadOnly Property Suggestions As String()
Get
public:
property array<String^>^ Suggestions {
array<String^>^ get ();
}
Property Value
Type:
String[]
Remarks
Non-leading characters always return an empty list. The checking subsystem can provide suggestions if enabled. The available suggestions are returned
as an array of Shorts for Visual Basic programmers (or as a SAFEARRAY of shorts for C++ programmers).
See Also