[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.C1SpellChecker.GetSuggestions

GetSuggestions Method

GetSuggestions(string, int)

Gets an array containing suggestions for a misspelled word.

Declaration
public string[] GetSuggestions(string word, int maxCount)
Parameters
Type Name Description
string word

Word to suggest alternatives for.

int maxCount

Maximum number of suggestions to provide.

Returns
Type Description
string[]

An array containing suggestions for the word parameter.

GetSuggestions(string)

Gets an array containing suggestions for a misspelled word.

Declaration
public string[] GetSuggestions(string word)
Parameters
Type Name Description
string word

Word to suggest alternatives for.

Returns
Type Description
string[]

An array containing suggestions for the word parameter.