XpsExportOptions Class
In This Article
Contains options which define how a document is exported to XPS format.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public class XpsExportOptions :
PageByPageExportOptionsBase
#Related API Members
The following members return XpsExportOptions objects:
#Remarks
Export to XPS is only supported by the DXPrinting library for WPF.
#Inheritance
Object
ExportOptionsBase
PageByPageExportOptionsBase
XpsExportOptions
See Also