Skip to main content

SpellCheckerBase.RestoreFromStream(Stream) Method

Loads data from the specified stream and creates the XtraSpellChecker object from it.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public void RestoreFromStream(
    Stream stream
)

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