Skip to main content

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public virtual void LoadFromStream(
    Stream dictionaryStream,
    Stream grammarStream
)

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