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

SpellCheckerBase.RestoreFromStream(Stream) Method

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

Namespace: DevExpress.XtraSpellChecker

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

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