Aspose::Pdf::Metadata::Add método

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

Agrega un par con clave y valor al diccionario.

void Aspose::Pdf::Metadata::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) override
ParámetroTipoDescripción
elementoconst System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&Elemento que será añadido.

Ver también

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

Agrega un valor a los metadatos.

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

Ver también

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

Agrega un valor a los metadatos.

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

Ver también

Metadata::Add(const System::String&, const System::SharedPtr<XmpPdfAExtensionObject>&) method

Agrega la extensión pdf a los metadatos.

void Aspose::Pdf::Metadata::Add(const System::String &prefix, const System::SharedPtr<XmpPdfAExtensionObject> &value)
ParámetroTipoDescripción
prefijoconst System::String&El prefijo de la extensión.
valorconst System::SharedPtr<XmpPdfAExtensionObject>&Valor que será añadido.

Ver también