Skip to main content
All docs
V26.1
  • XmpArray<T>.Add(String) Method

    Adds a new element to the array.

    Namespace: DevExpress.Docs.Pdf

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

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public T Add(
        string value
    )

    Parameters

    Name Type Description
    value String

    The value of the new element.

    Returns

    Type Description
    T

    The newly added element.

    See Also