Skip to main content
All docs
V24.1

XmpStructure.ContainsKey(XmpName) Method

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

Namespace: DevExpress.Pdf.Xmp

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool ContainsKey(
    XmpName name
)

Parameters

Name Type Description
name XmpName

The target item name.

Returns

Type Description
Boolean

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

See Also