SpellCheckerDictionary.Load(Stream, Stream) Method
Loads the dictionary and the alphabet from specified streams into the current custom dictionary, and initializes it.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
dictionaryStream | Stream | A Stream object which stores the base word list |
alphabetStream | Stream | A Stream object which stores the language’s alphabet. |
See Also