Skip to main content
A newer version of this page is available. .

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; }

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