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
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | The simple node index. |
| value | String | The new simple node value. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also