HunspellDictionary.LoadFromStream(Stream, Stream) Method
Loads the dictionary and grammar rules from the specified streams into the current HunspellDictionary object, and initializes it.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v25.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dictionaryStream | Stream | A Stream object which stores the base word list. |
| grammarStream | Stream | A Stream object which stores the grammar rules list. |
See Also