Aspose::Page::EPS::XMP::XmpMetadata::AddArrayItem method

XmpMetadata::AddArrayItem(System::String, int32_t, System::SharedPtr<XmpValue>) method

Adds value into an array by specified index.

void Aspose::Page::EPS::XMP::XmpMetadata::AddArrayItem(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 add into the array.

See Also

XmpMetadata::AddArrayItem(System::String, System::SharedPtr<XmpValue>) method

Adds value into an array. The value will be added at the end of the array.

void Aspose::Page::EPS::XMP::XmpMetadata::AddArrayItem(System::String arrayKey, System::SharedPtr<XmpValue> value)
ParameterTypeDescription
arrayKeySystem::StringKey of the array to search in the dictionary.
valueSystem::SharedPtr<XmpValue>Value to add into the array.

See Also