Skip to main content

XpsExportOptions Class

Contains options which define how a document is exported to XPS format.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public class XpsExportOptions :
    PageByPageExportOptionsBase

The following members return XpsExportOptions objects:

Remarks

Export to XPS is only supported by the DXPrinting library for WPF.

See Also