Speller Class

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
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.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738

Syntax

C#
public class Speller
Visual Basic
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.

Inheritance Hierarchy

System..::..Object
  Karamasoft.WebControls.UltimateSpell..::..Speller

See Also