SpellCheckerDictionary.LoadFromStream(Stream) Method
Loads the dictionary from the specified stream into the current SpellCheckerDictionary object and initializes it.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A Stream object which stores the base word list |
Remarks
Use this method when file system storage is unavailable or inconvenient. Dictionaries can be included into resource assemblies or supplied from a server via the Web .
See Also