Skip to main content

SpellCheckerBase.SaveToStream(Stream) Method

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

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

#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