Metodo Aspose::Page::EPS::XMP::XmpMetadata::Add

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

Aggiunge una coppia con chiave e valore nel dizionario.

void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) override
ParametroTipoDescrizione
itemconst System::Collections::Generic::KeyValuePair\<System::String, System::SharedPtr\<XmpValue\>\>\&Elemento da aggiungere.

Vedi anche

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

Aggiunge un valore ai metadati.

void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::String &key, const System::SharedPtr<System::Object> &value)
ParametroTipoDescrizione
chiaveconst System::String&La chiave da aggiungere.
valueconst System::SharedPtr<System::Object>&Valore che sarà aggiunto.

Vedi anche

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

Aggiunge un valore ai metadati.

void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::String &key, const System::SharedPtr<XmpValue> &value) override
ParametroTipoDescrizione
chiaveconst System::String&La chiave da aggiungere.
valueconst System::SharedPtr\<XmpValue\>\&Valore che sarà aggiunto.

Vedi anche