Skip to main content
A newer version of this page is available. .
All docs
V21.1
.NET Framework 4.5.2+

XmpDocument.Item[XmpName] Property

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

Namespace: DevExpress.Pdf.Xmp

Assembly: DevExpress.Pdf.v21.1.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