ExportOptions.RestoreFromStream(Stream) Method
In This Article
Loads export options from the specified stream.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.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