Aspose::Pdf::Metadata::Add método
Contenido
[
Ocultar
]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ámetro | Tipo | Descripción |
|---|---|---|
| elemento | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>& | Elemento que será añadido. |
Ver también
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class Metadata
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
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ámetro | Tipo | Descripción |
|---|---|---|
| clave | const System::String& | La clave a añadir. |
| valor | const System::SharedPtr<System::Object>& | Valor que será añadido. |
Ver también
- Class String
- Typedef SharedPtr
- Class Object
- Class Metadata
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
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ámetro | Tipo | Descripción |
|---|---|---|
| clave | const System::String& | La clave a añadir. |
| valor | const System::SharedPtr<XmpValue>& | Valor que será añadido. |
Ver también
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class Metadata
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
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ámetro | Tipo | Descripción |
|---|---|---|
| prefijo | const System::String& | El prefijo de la extensión. |
| valor | const System::SharedPtr<XmpPdfAExtensionObject>& | Valor que será añadido. |
Ver también
- Class String
- Typedef SharedPtr
- Class XmpPdfAExtensionObject
- Class Metadata
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++