Back to Devexpress

XmpDocument.Remove(XmpName) Method

officefileapi-devexpress-dot-pdf-dot-xmp-dot-xmpdocument-dot-remove-x28-devexpress-dot-pdf-dot-xmp-dot-xmpname-x29.md

latest1.2 KB
Original Source

XmpDocument.Remove(XmpName) Method

Removes the specified node from the XMP packet.

Namespace : DevExpress.Pdf.Xmp

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public bool Remove(
    XmpName name
)
vb
Public Function Remove(
    name As XmpName
) As Boolean

Parameters

NameTypeDescription
nameXmpName

The node name.

|

Returns

TypeDescription
Boolean

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

|

See Also

XmpDocument Class

XmpDocument Members

DevExpress.Pdf.Xmp Namespace