[]
        
(Showing Draft Content)

C1.Win.C1SpellChecker.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.Win.C1SpellChecker
Assembly: C1.Win.C1SpellChecker.4.8.dll
Syntax
public class SpellDictionary : SpellDictionaryBase, ISpellDictionary

Properties

Name Description
FileName

Gets or sets the name of the file that contains the dictionary.

Password

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()

Loads the dictionary from the file specified by the FileName property.