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
Parameters
| Name | Type | Description |
|---|---|---|
| value | String | The value of the new element. |
Returns
| Type | Description |
|---|---|
| T | The newly added element. |
See Also