Click or drag to resize

ISpellCheckerDictionaryNames 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.0
Syntax
C#
IEnumerable<string> DictionaryNames { get; set; }

Property Value

Type: IEnumerableString
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