Back to Devexpress

XmpDocument.ContainsKey(XmpName) Method

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

latest1.3 KB
Original Source

XmpDocument.ContainsKey(XmpName) Method

Indicates whether the XMP packet contains a node with the specified name.

Namespace : DevExpress.Pdf.Xmp

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

NuGet Package : DevExpress.Pdf.Core

Declaration

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

Parameters

NameTypeDescription
nameXmpName

The target node name.

|

Returns

TypeDescription
Boolean

true if the packet contains the node; otherwise, false.

|

See Also

XmpDocument Class

XmpDocument Members

DevExpress.Pdf.Xmp Namespace