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

XpsDocumentOptions Class

Contains options which specify the Document Properties of the created XPS file.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public class XpsDocumentOptions :
    ICloneable

The following members return XpsDocumentOptions objects:

Remarks

The instance of this class is returned by the XpsExportOptions.DocumentOptions property.

The main Document Properties are:

Inheritance

Object
XpsDocumentOptions
See Also