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