PdfDocumentOptions Class
In This Article
Contains options which specify the Document Properties of the created PDF file.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Related API Members
The following members return PdfDocumentOptions objects:
#Remarks
The instance of this class is returned by the PdfExportOptions.DocumentOptions property.
The main Document Properties are:
- PdfDocumentOptions.Application
- PdfDocumentOptions.Author
- PdfDocumentOptions.Keywords
- PdfDocumentOptions.Producer
- 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.
See Also