Skip to main content

SpellCheckerISpellDictionary.LoadFromStream(Stream, Stream, Stream) Method

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public virtual void LoadFromStream(
    Stream dictionaryStream,
    Stream grammarStream,
    Stream alphabetStream
)

Parameters

Name Type Description
dictionaryStream Stream

A Stream object which stores the base word list.

grammarStream Stream

A Stream object which stores the affix rules list.

alphabetStream Stream

A Stream object which stores the language’s alphabet.

See Also