Skip to main content

XpsExportOptions.DocumentOptions Property

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

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