Represents a spell checker that looks up the specified dictionary for the words
in the given text, and returns the spelling errors and suggestions.
Namespace:
Karamasoft.WebControls.UltimateSpellAssembly: UltimateSpell (in UltimateSpell.dll) Version: 3.6.3649.28014
Syntax
| C# |
|---|
public class Speller |
| Visual Basic (Declaration) |
|---|
Public Class Speller |
| Visual C++ |
|---|
public ref class Speller |
Remarks
You can instantiate this class in two ways:
1. Specify a physical path to the dictionary file to load and cache the dictionary automatically.
2. Do not specify a dictionary file, but build the dictionary from any source programmatically.