Skip to main content

ASPxSpellCheckerCustomDictionary.LoadFromStream(Stream, Stream) Method

Loads a dictionary and alphabet from the specified streams into the current ASPxSpellCheckerCustomDictionary object, and initializes it.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v25.1.dll

NuGet Package: DevExpress.Web

Declaration

public virtual void LoadFromStream(
    Stream dictionaryStream,
    Stream alphabetStream
)

Parameters

Name Type Description
dictionaryStream Stream

A Stream object which stores the word list.

alphabetStream Stream

A Stream object which stores the language’s alphabet.

See Also