Skip to main content
A newer version of this page is available. .

SpellCheckerBase.SaveToStream(Stream) Method

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

Namespace: DevExpress.XtraSpellChecker

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

Declaration

public void SaveToStream(
    Stream stream
)

Parameters

Name Type Description
stream Stream

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