Aspose::Page::EPS::XMP::XmpMetadata::AddArrayItem metodo

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

Aggiunge un valore in un array all’indice specificato.

void Aspose::Page::EPS::XMP::XmpMetadata::AddArrayItem(System::String arrayKey, int32_t index, System::SharedPtr<XmpValue> value)
ParametroTipoDescrizione
arrayKeySystem::StringChiave dell’array da cercare nel dizionario.
indiceint32_tIndice del nuovo valore nell’array.
valueSystem::SharedPtr<XmpValue>Valore da aggiungere all’array.

Vedi anche

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

Aggiunge un valore in un array. Il valore verrà aggiunto alla fine dell’array.

void Aspose::Page::EPS::XMP::XmpMetadata::AddArrayItem(System::String arrayKey, System::SharedPtr<XmpValue> value)
ParametroTipoDescrizione
arrayKeySystem::StringChiave dell’array da cercare nel dizionario.
valueSystem::SharedPtr<XmpValue>Valore da aggiungere all’array.

Vedi anche