XmpMetadata.SetArrayItem
XmpMetadata.SetArrayItem method
Sets value in an array. Previous value will be replaced with new one.
public void SetArrayItem(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 set in the array. |
See Also
- class XmpValue
- class XmpMetadata
- namespace Aspose.Page.EPS.XMP
- assembly Aspose.Page