SpellCheckerBase.RestoreFromStream(Stream) Method
Loads data from the specified stream and creates the XtraSpellChecker object from it.
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 that contains data to load. |
Remarks
Call the SpellCheckerBase.SaveToStream method to save data to the given stream.
See Also