Aspose::Page::EPS::XMP::XmpMetadata::AddArrayItem méthode

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

Ajoute une valeur dans un tableau à l’index spécifié.

void Aspose::Page::EPS::XMP::XmpMetadata::AddArrayItem(System::String arrayKey, int32_t index, System::SharedPtr<XmpValue> value)
ParamètreTypeDescription
arrayKeySystem::StringClé du tableau à rechercher dans le dictionnaire.
indiceint32_tIndex de la nouvelle valeur dans le tableau.
valueSystem::SharedPtr<XmpValue>Valeur à ajouter dans le tableau.

Voir aussi

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

Ajoute une valeur dans un tableau. La valeur sera ajoutée à la fin du tableau.

void Aspose::Page::EPS::XMP::XmpMetadata::AddArrayItem(System::String arrayKey, System::SharedPtr<XmpValue> value)
ParamètreTypeDescription
arrayKeySystem::StringClé du tableau à rechercher dans le dictionnaire.
valueSystem::SharedPtr<XmpValue>Valeur à ajouter dans le tableau.

Voir aussi