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

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

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