Skip to main content
All docs
V25.1
  • XmpArray.Item[Int32] Property

    Gets the array item at the specified index.

    Namespace: DevExpress.Pdf.Xmp

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