Back to Devexpress

PdfExportOptions.DocumentOptions Property

corelibraries-devexpress-dot-xtraprinting-dot-pdfexportoptions-efb61733.md

latest2.8 KB
Original Source

PdfExportOptions.DocumentOptions Property

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

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public PdfDocumentOptions DocumentOptions { get; }
vb
Public ReadOnly Property DocumentOptions As PdfDocumentOptions

Property Value

TypeDescription
PdfDocumentOptions

A PdfDocumentOptions object which contains Document Properties options.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to DocumentOptions
Cross-Platform Class LibraryExportOptions

.Pdf .DocumentOptions

| | WinForms Controls | DiagramOptionsExport |

.PdfExportOptions .DocumentOptions

| | WPF Controls | DiagramControl |

.PdfExportOptions .DocumentOptions

|

Remarks

The main Document Properties are:

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

PdfExportOptions Class

PdfExportOptions Members

DevExpress.XtraPrinting Namespace