PdfDocument.SetMetadata(XmpMetadata) Method
In This Article
Embeds metadata in a document.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public void SetMetadata(
XmpMetadata xmpMetadata
)
#Parameters
Name | Type | Description |
---|---|---|
xmp |
Xmp |
An object that contains multiple XMP packets. |
See Also