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
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