[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.SpellDictionary

SpellDictionary Class

Class that contains a list of words and methods looking them up and loading them from a compressed file.

Inheritance
SpellDictionary
Implements
Namespace: C1.WPF.SpellChecker
Assembly: C1.WPF.SpellChecker.4.6.2.dll
Syntax
public class SpellDictionary : SpellDictionaryBase, ISpellDictionary

Properties

Name Description
Password

Gets or sets the password needed to load password-protected dictionaries.

WordCount

Gets the number of words loaded in the dictionary.

Methods

Name Description
Contains(string)

Checks whether the dictionary contains a given word.

Load(Stream)

Loads the dictionary from a stream containing the compressed dictionary data.

Load(string)

Loads the dictionary from a file.