PdfExportOptions.AdditionalMetadata Property
In This Article
Specifies the additional metadata that is added to the PDF document’s metadata.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Property Value
Type | Description |
---|---|
String | A String value. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Additional |
---|---|---|
Cross-Platform Class Library | Export |
|
Win |
Diagram |
|
WPF Controls | Diagram |
|
#Remarks
Additional metadata is added when a document is exported to PDF format and the PdfExportOptions.PdfACompatibility property is set to true.
For a code sample, refer to the following example online: How to export a report to ZUGFeRD.
See Also