Skip to main content

PdfExportOptions.AdditionalMetadata Property

Specifies the additional metadata that is added to the PDF document’s metadata.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[Browsable(false)]
public string AdditionalMetadata { get; set; }

Property Value

Type Description
String

A String value.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AdditionalMetadata
Cross-Platform Class Library ExportOptions
.Pdf .AdditionalMetadata
WinForms Controls DiagramOptionsExport
.PdfExportOptions .AdditionalMetadata
WPF Controls DiagramControl
.PdfExportOptions .AdditionalMetadata

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