Skip to main content

ExportOptions.RestoreFromStream(Stream) Method

Loads export options from the specified stream.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

#Declaration

public void RestoreFromStream(
    Stream stream
)

#Parameters

Name Type Description
stream Stream

A Stream object from which the export options are read.

#Remarks

Export options can be saved to a data store via the ExportOptions.SaveToStream method. Use the RestoreFromStream method to restore the export options.

See Also