XmpMetadata.Document Property
In This Article
Retrieves the XMP packet.
Namespace: DevExpress.Pdf.Xmp
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public XmpDocument Document { get; }
#Property Value
Type | Description |
---|---|
Xmp |
An XMP packet. |
See Also