Skip to main content
A newer version of this page is available. .

PdfExportOptions.AdditionalMetadata Property

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
[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
DiagramDesignerControl
.PdfExportOptions.AdditionalMetadata
ExportOptionsContainer
.Pdf.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