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

ExportOptions.SaveToStream(Stream) Method

Saves the current export options to the specified stream.

Namespace: DevExpress.XtraPrinting

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

Declaration

public void SaveToStream(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream descendant to which the export options are written.

Remarks

The SaveToStream method saves the export options (the values of all the ExportOptions‘s properties) to the specified stream. The saved settings can then be restored from storage using the ExportOptions.RestoreFromStream method.

See Also