SpellCheckerBase.SaveToStream(Stream) Method
Serializes XtraSpellChecker objects and writes the data to the specified stream.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
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