Skip to main content
All docs
V23.2

XmpDocument.Item[XmpName] Property

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

Namespace: DevExpress.Pdf.Xmp

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public XmpValueNode this[XmpName name] { get; }

Parameters

Name Type Description
name XmpName

An object that contains the node name.

Property Value

Type Description
XmpValueNode

The XMP packet node with the specified name.

See Also