A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
public ExportOptionsContainer ExportOptions { get; }
Public ReadOnly Property ExportOptions As ExportOptionsContainer
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
Feedback