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

XlExportOptionsBase.DocumentOptions Property

Provides access to options to be embedded as the resulting XLS or XLSX file’s Document Properties.

Namespace: DevExpress.XtraPrinting

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

Declaration

public XlDocumentOptions DocumentOptions { get; }

Property Value

Type Description
XlDocumentOptions

An object that specifies the resulting document options.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to DocumentOptions
Cross-Platform Class Library ExportOptions
.Xlsx.DocumentOptions
WPF Controls ExportOptionsContainer
.Xlsx.DocumentOptions

Remarks

The object returned provides a set of properties allowing you to specify details about the resulting XLS or XLSX file that describe or identify it. These options include details such as title (XlDocumentOptions.Title), author name (XlDocumentOptions.Author), subject (XlDocumentOptions.Subject), etc.

See Also