Aspose::Page::EPS::XMP::XmpMetadata::Add método

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

Agrega un par con clave y valor al diccionario.

void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) override
ParámetroTipoDescripción
itemconst System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&Elemento a añadir.

Ver también

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

Agrega valor a los metadatos.

void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::String &key, const System::SharedPtr<System::Object> &value)
ParámetroTipoDescripción
claveconst System::String&La clave a añadir.
valueconst System::SharedPtr<System::Object>&Valor que será añadido.

Ver también

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

Agrega valor a los metadatos.

void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::String &key, const System::SharedPtr<XmpValue> &value) override
ParámetroTipoDescripción
claveconst System::String&La clave a añadir.
valueconst System::SharedPtr<XmpValue>&Valor que será añadido.

Ver también