XmpDocument.Item[XmpName] Property
In This Article
Returns a value of the XMP packet node with the given name.
Namespace: DevExpress.Pdf.Xmp
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public XmpValueNode this[XmpName name] { get; }
#Parameters
Name | Type | Description |
---|---|---|
name | Xmp |
An object that contains the node name. |
#Property Value
Type | Description |
---|---|
Xmp |
The XMP packet node with the specified name. |
See Also