Back to Devexpress

SpellCheckerBase.SaveToStream(Stream) Method

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerbase-dot-savetostream-x28-system-dot-io-dot-stream-x29.md

latest1.7 KB
Original Source

SpellCheckerBase.SaveToStream(Stream) Method

Serializes XtraSpellChecker objects and writes the data to the specified stream.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.SpellChecker.v25.2.Core.dll

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public void SaveToStream(
    Stream stream
)
vb
Public Sub SaveToStream(
    stream As Stream
)

Parameters

NameTypeDescription
streamStream

A Stream object, representing a stream of bytes to which the XtraSpellChecker configuration will be saved.

|

Remarks

Call the SpellCheckerBase.RestoreFromStream method to restore the saved options. Determine whether or not the SpellChecker options should be saved on from closing in the OptionsSpellingBase.OptionChanged event handler.

See Also

SpellCheckerBase Class

SpellCheckerBase Members

DevExpress.XtraSpellChecker Namespace