Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public ExportOptionsContainer ExportOptions { get; }

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