XmpArray.AddSimpleNode(String) Method
Adds a simple node to the array.
Namespace: DevExpress.Pdf.Xmp
Assembly: DevExpress.Pdf.v26.1.Core.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | String | The simple node value. |
Returns
| Type | Description |
|---|---|
| XmpSimpleNode | The added simple node. |
See Also