Skip to main content
All docs
V25.1
  • XmpArray.AddSimpleValue(String) Method

    Add a new simple value item to the array.

    Namespace: DevExpress.Pdf.Xmp

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

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public XmpSimpleNode AddSimpleValue(
        string value
    )

    Parameters

    Name Type Description
    value String

    An item value.

    Returns

    Type Description
    XmpSimpleNode

    The added simple value item.

    See Also