Skip to main content
All docs
V23.2

XmpArray.Item[Int32] Property

Gets the array item at the specified index.

Namespace: DevExpress.Pdf.Xmp

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public XmpValueNode this[int index] { get; }

Parameters

Name Type Description
index Int32

The item index.

Property Value

Type Description
XmpValueNode

The array item at the specified index.

See Also