Back to Devexpress

HunspellDictionary.LoadFromStream(Stream, Stream) Method

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

latest1.7 KB
Original Source

HunspellDictionary.LoadFromStream(Stream, Stream) Method

Loads the dictionary and grammar rules from the specified streams into the current HunspellDictionary 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
)
vb
Public Overridable Sub LoadFromStream(
    dictionaryStream As Stream,
    grammarStream As Stream
)

Parameters

NameTypeDescription
dictionaryStreamStream

A Stream object which stores the base word list.

| | grammarStream | Stream |

A Stream object which stores the grammar rules list.

|

See Also

HunspellDictionary Class

HunspellDictionary Members

DevExpress.XtraSpellChecker Namespace