Aspose::Page::EPS::XMP::XmpMetadata::SetArrayItem method

XmpMetadata::SetArrayItem method

Sets value in an array. Previous value will be replaced with new one.

void Aspose::Page::EPS::XMP::XmpMetadata::SetArrayItem(System::String arrayKey, int32_t index, System::SharedPtr<XmpValue> value)
ParameterTypeDescription
arrayKeySystem::StringKey of the array to search in the dictionary.
indexint32_tIndex of new value in the array.
valueSystem::SharedPtr<XmpValue>Value to set in the array.

See Also