Skip to main content

XpsExportOptions Class

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.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