Click or drag to resize

ISpellChecker.DictionaryNames Property

Gets or sets the list of the dictionary names used for spell checking.

Namespace:  DotNetBrowser.SpellCheck
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.1
Syntax
C#
IEnumerable<string> DictionaryNames { get; set; }

Property Value

Type: IEnumerable<String>
The list of the dictionary names used for spell checking. These dictionaries are downloaded programmatically and stored in the user data directory of the engine.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe ISpellChecker has already been disposed.
See Also