XmpMetadata.AddArrayItem
Contents
[
Hide
]AddArrayItem(string, XmpValue)
Adds value into an array. The value will be added at the end of the array.
public void AddArrayItem(string arrayKey, XmpValue value)
Parameter | Type | Description |
---|---|---|
arrayKey | String | Key of the array to search in the dictionary. |
value | XmpValue | Value to add into the array. |
See Also
- class XmpValue
- class XmpMetadata
- namespace Aspose.Page.EPS.XMP
- assembly Aspose.Page
AddArrayItem(string, int, XmpValue)
Adds value into an array by specified index.
public void AddArrayItem(string arrayKey, int index, XmpValue value)
Parameter | Type | Description |
---|---|---|
arrayKey | String | Key of the array to search in the dictionary. |
index | Int32 | Index of new value in the array. |
value | XmpValue | Value to add into the array. |
See Also
- class XmpValue
- class XmpMetadata
- namespace Aspose.Page.EPS.XMP
- assembly Aspose.Page