PrintingSystem.ExportOptions Property
In This Article
Gets the settings used to specify export parameters when exporting a printing system’s document.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
public ExportOptionsContainer ExportOptions { get; }
#Property Value
Type | Description |
---|---|
Export |
An Export |
#Remarks
Use this property to set the options which control how the current document is exported.
See Also