ExportOptions.RestoreFromStream(Stream) Method
Loads export options from the specified stream.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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