Skip to main content

SpellCheckerDictionary.Load(Stream, Stream) Method

Loads the dictionary and the alphabet from specified streams into the current custom dictionary, and initializes it.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v23.2.Core.dll

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public void Load(
    Stream dictionaryStream,
    Stream alphabetStream
)

Parameters

Name Type Description
dictionaryStream Stream

A Stream object which stores the base word list

alphabetStream Stream

A Stream object which stores the language’s alphabet.

See Also