Click or drag to resize
SpellCheckError Properties

The SpellCheckError type exposes the following members.

Properties
  Name Description
Public property MistakenWord
The original word that the spellchecker has determined to be wrong.
Public property OffsetInText
The offset in the source text. It is useful for locating the original word and replacing it with one of the suggestions.
Public property Suggestions
Suggestions for replacing the mistaken word.
Public property WordIndex
The index of the misspelled word
Top
See Also