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

XpsExportOptions.DocumentOptions Property

Gets the options to be embedded as Document Properties of the created XPS file.

Namespace: DevExpress.XtraPrinting

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

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public XpsDocumentOptions DocumentOptions { get; set; }

Property Value

Type Description
XpsDocumentOptions

An XpsDocumentOptions object which contains Document Properties options.

Property Paths

You can access this nested property as listed below:

Object Type Path to DocumentOptions
ExportOptionsContainer
.Xps.DocumentOptions

Remarks

The main Document Properties are:

See Also