XmpArray.Item[Int32] Property
Gets the array item at the specified index.
Namespace: DevExpress.Pdf.Xmp
Assembly: DevExpress.Pdf.v24.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The item index. |
Property Value
Type | Description |
---|---|
XmpValueNode | The array item at the specified index. |
See Also