Back to Devexpress

PdfDocument.Metadata Property

officefileapi-devexpress-dot-pdf-dot-pdfdocument-115f0689.md

latest993 B
Original Source

PdfDocument.Metadata Property

Provides access to a stream that contains the document metadata.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfMetadata Metadata { get; }
vb
Public ReadOnly Property Metadata As PdfMetadata

Property Value

TypeDescription
PdfMetadata

A PdfMetadata object.

|

See Also

PdfDocument Class

PdfDocument Members

DevExpress.Pdf Namespace