[]
        
(Showing Draft Content)

C1.WPF.ISpellChecker.CheckText

CheckText Method

CheckText(string)

Checks a string containing text and returns a list of spelling errors.

Declaration
IEnumerable<ICharRange> CheckText(string text)
Parameters
Type Name Description
string text

Text to be spell-checked.

Returns
Type Description
IEnumerable<ICharRange>

List of ICharRange objects that describe the spelling mistakes.