PrintingSystem.ExportOptions Property
Gets the settings used to specify export parameters when exporting a printing system’s document.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Property Value
Type | Description |
---|---|
ExportOptionsContainer | An ExportOptionsContainer object which contains the export settings for a printing system’s document. |
Remarks
Use this property to set the options which control how the current document is exported.
See Also