XmpArray.GetSimpleNode(Int32) Method
Obtains a simple node by its index.
Namespace: DevExpress.Pdf.Xmp
Assembly: DevExpress.Pdf.v26.1.Core.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | The simple node index. |
Returns
| Type | Description |
|---|---|
| XmpSimpleNode | The simple node with the specified index. |
See Also