Skip to main content
All docs
V24.1

XmpArray.AddSimpleValue(String) Method

Add a new simple value item to the array.

Namespace: DevExpress.Pdf.Xmp

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