Skip to main content
All docs
V26.1
  • XmpArray.UpdateValueAt(Int32, String) Method

    Updates the value of a simple node at the specified index.

    Namespace: DevExpress.Pdf.Xmp

    Assembly: DevExpress.Pdf.v26.1.Core.dll

    Declaration

    public bool UpdateValueAt(
        int index,
        string value
    )

    Parameters

    Name Type Description
    index Int32

    The simple node index.

    value String

    The new simple node value.

    Returns

    Type Description
    Boolean

    true if the value was updated successfully; otherwise, false.

    See Also