Aspose::Pdf::Facades::PdfXmpMetadata::Add method

PdfXmpMetadata::Add(const DefaultMetadataProperties&, const System::SharedPtr<XmpValue>&) method

Agrega un valor a los metadatos XMP.

void Aspose::Pdf::Facades::PdfXmpMetadata::Add(const DefaultMetadataProperties &key, const System::SharedPtr<XmpValue> &value)
ParámetroTipoDescripción
claveconst DefaultMetadataProperties&El nombre de la clave.
valorconst System::SharedPtr<XmpValue>&Valor que será añadido.

Ver también

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

Agrega un par con clave y valor al diccionario.

void Aspose::Pdf::Facades::PdfXmpMetadata::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

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

Agrega un campo de extensión a los metadatos.

void Aspose::Pdf::Facades::PdfXmpMetadata::Add(const System::SharedPtr<XmpPdfAExtensionObject> &xmpPdfAExtensionObject, const System::String &namespacePrefix, const System::String &namespaceUri, const System::String &schemaDescription)
ParámetroTipoDescripción
xmpPdfAExtensionObjectconst System::SharedPtr<XmpPdfAExtensionObject>&El objeto de extensión pdf a añadir.
namespacePrefixconst System::String&El prefijo del esquema.
namespaceUriconst System::String&El URI del espacio de nombres del esquema.
schemaDescriptionconst System::String&La descripción opcional del esquema.

Ver también

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

Agrega un nuevo elemento al objeto diccionario.

void Aspose::Pdf::Facades::PdfXmpMetadata::Add(const System::String &key, const System::SharedPtr<System::Object> &value)
ParámetroTipoDescripción
claveconst System::String&Clave del nuevo elemento.
valorconst System::SharedPtr<System::Object>&Valor del elemento.

Ver también

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

Agrega un nuevo elemento al objeto diccionario.

void Aspose::Pdf::Facades::PdfXmpMetadata::Add(const System::String &key, const System::SharedPtr<XmpValue> &value) override
ParámetroTipoDescripción
claveconst System::String&Clave del nuevo elemento.
valorconst System::SharedPtr<XmpValue>&Valor del elemento.

Ver también