UltimateSpell Class Library

Speller Class

Represents a spell checker that looks up the specified dictionary for the words in the given text, and returns the spelling errors and suggestions.

For a list of all members of this type, see Speller Members.

System.Object
   Karamasoft.WebControls.UltimateSpell.Speller

[Visual Basic]
Public Class Speller
[C#]
public class Speller

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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.

Requirements

Namespace: Karamasoft.WebControls.UltimateSpell

Assembly: UltimateSpell (in UltimateSpell.dll)

See Also

Speller Members | Karamasoft.WebControls.UltimateSpell Namespace