Skip to main content
A newer version of this page is available. .
All docs
V21.1
.NET Framework 4.5.2+

XmpDocument.Remove(XmpName) Method

Removes the specified node from the XMP packet.

Namespace: DevExpress.Pdf.Xmp

Assembly: DevExpress.Pdf.v21.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool Remove(
    XmpName name
)

Parameters

Name Type Description
name XmpName

The node name.

Returns

Type Description
Boolean

true if the node is successfully removed; otherwise, false.

See Also