PdfXObject.Metadata Property
In This Article
Provides access to a stream that contains the form X-Object metadata.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfMetadata Metadata { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
See Also