Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfMetadata Class

Represents global information about the document such as the document’s title, author, and creation and modification dates.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public class PdfMetadata :
    PdfObject

Remarks

Metadata in a PDF document is stored in the Extensible Metadata Platform (XMP) format.

Inheritance

Object
DevExpress.Pdf.Native.PdfDocumentItem
DevExpress.Pdf.Native.PdfObject
PdfMetadata
See Also