Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

Declaration

public void LoadFromStream(
    Stream stream
)

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