Back to Devexpress

SpellCheckerISpellDictionary.LoadFromStream(Stream, Stream, Stream) Method

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerispelldictionary-dot-loadfromstream-x28-system-dot-io-dot-stream-system-dot-io-dot-stream-system-dot-io-dot-stream-x29.md

latest2.1 KB
Original Source

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public virtual void LoadFromStream(
    Stream dictionaryStream,
    Stream grammarStream,
    Stream alphabetStream
)
vb
Public Overridable Sub LoadFromStream(
    dictionaryStream As Stream,
    grammarStream As Stream,
    alphabetStream As Stream
)

Parameters

NameTypeDescription
dictionaryStreamStream

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

SpellCheckerISpellDictionary Class

SpellCheckerISpellDictionary Members

DevExpress.XtraSpellChecker Namespace