Skip to main content

ExportOptionsContainer.Xps Property

Gets the settings used to specify export parameters when a document is exported to XPS format.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public XpsExportOptions Xps { get; }

Property Value

Type Description
XpsExportOptions

A XpsExportOptions object which contains XPS export settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to Xps
PrintingSystem

Remarks

Use the Xps property to specify the options which control how the current document is exported to XPS.

See Also