XmpDocument.Remove(XmpName) Method
In This Article
Removes the specified node from the XMP packet.
Namespace: DevExpress.Pdf.Xmp
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
name | Xmp |
The node name. |
#Returns
Type | Description |
---|---|
Boolean | true if the node is successfully removed; otherwise, false. |
See Also