Back to Devexpress

PdfExportOptions.AdditionalMetadata Property

corelibraries-devexpress-dot-xtraprinting-dot-pdfexportoptions-2c0dc56d.md

latest2.5 KB
Original Source

PdfExportOptions.AdditionalMetadata Property

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

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[Browsable(false)]
public string AdditionalMetadata { get; set; }
vb
<Browsable(False)>
Public Property AdditionalMetadata As String

Property Value

TypeDescription
String

A String value.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to AdditionalMetadata
Cross-Platform Class LibraryExportOptions

.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

PdfACompatibility

PdfExportOptions Class

PdfExportOptions Members

DevExpress.XtraPrinting Namespace