XpsExportOptions.DocumentOptions Property
Gets the options to be embedded as Document Properties of the created XPS file.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
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 |
|
Remarks
The main Document Properties are:
- XpsDocumentOptions.Category
- XpsDocumentOptions.Creator
- XpsDocumentOptions.Description
- XpsDocumentOptions.Keywords
- XpsDocumentOptions.Subject
- XpsDocumentOptions.Title
- XpsDocumentOptions.Version
See Also