SpellCheckerISpellDictionary.LoadFromStream(Stream, Stream, Stream) Method
In This Article
Loads the dictionary, affix rules and the alphabet from the specified streams into the current SpellCheckerISpellDictionary 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 affix rules list. |
alphabet |
Stream | A Stream object which stores the language’s alphabet. |
See Also