Skip to main content
All docs
V24.1

XmpDocument.Item[String] Property

Returns a value of the XMP packet node with the given qualified name.

Namespace: DevExpress.Pdf.Xmp

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public XmpValueNode this[string qualifiedName] { get; }

Parameters

Name Type Description
qualifiedName String

The node’s qualified name (prefix:local format).

Property Value

Type Description
XmpValueNode

The XMP packet node with the specified name.

See Also