Back to Devexpress

PdfXObject.Metadata Property

officefileapi-devexpress-dot-pdf-dot-pdfxobject.md

latest1.0 KB
Original Source

PdfXObject.Metadata Property

Provides access to a stream that contains the form X-Object 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 that represents the metadata stream of the form X-Object.

|

See Also

PdfXObject Class

PdfXObject Members

DevExpress.Pdf Namespace