Click or drag to resize

CharacterSuggestions 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
Syntax
public string[] Suggestions { 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