PdfExportOptions.DocumentOptions Property
Gets the options to be embedded as Document Properties of the created PDF file.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public PdfDocumentOptions DocumentOptions { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Document |
---|---|---|
Cross-Platform Class Library | Export |
|
Win |
Diagram |
|
WPF Controls | Diagram |
|
#Remarks
The main Document Properties are:
- PdfDocumentOptions.Application
- PdfDocumentOptions.Author
- PdfDocumentOptions.Keywords
- PdfDocumentOptions.Subject
- PdfDocumentOptions.Title
Note
To check these properties in the resulting PDF file, you need to open this file in Adobe Reader or in Adobe Acrobat, and choose the “Document Properties…” menu item on the “File” menu. Another way is to press the CTRL+D key combination. This will display the Document Properties window.