Méthode Aspose::Page::EPS::XMP::XmpMetadata::Add

XmpMetadata::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) method

Ajoute une paire avec clé et valeur dans le dictionnaire.

void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) override
ParamètreTypeDescription
itemconst System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&Élément à ajouter.

Voir aussi

XmpMetadata::Add(const System::String&, const System::SharedPtr<System::Object>&) method

Ajoute une valeur aux métadonnées.

void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::String &key, const System::SharedPtr<System::Object> &value)
ParamètreTypeDescription
cléconst System::String&La clé à ajouter.
valueconst System::SharedPtr<System::Object>&Valeur qui sera ajoutée.

Voir aussi

XmpMetadata::Add(const System::String&, const System::SharedPtr<XmpValue>&) method

Ajoute une valeur aux métadonnées.

void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::String &key, const System::SharedPtr<XmpValue> &value) override
ParamètreTypeDescription
cléconst System::String&La clé à ajouter.
valueconst System::SharedPtr<XmpValue>&Valeur qui sera ajoutée.

Voir aussi