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

XpsExportOptions Class

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

Namespace: DevExpress.XtraPrinting

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

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