Skip to main content
All docs
V23.2

XmpDocument.Item[String] Property

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

Namespace: DevExpress.Pdf.Xmp

Assembly: DevExpress.Pdf.v23.2.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