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)
ParameterTypeDescription
arrayKeyStringKey of the array to search in the dictionary.
indexInt32Index of new value in the array.
valueXmpValueValue to set in the array.

See Also