Aspose::Pdf::Facades::PdfXmpMetadata::idx_set método
Contenido
[
Ocultar
]PdfXmpMetadata::idx_set(const DefaultMetadataProperties&, const System::SharedPtr<XmpValue>&) method
Obtiene el valor de los metadatos XMP por clave.
void Aspose::Pdf::Facades::PdfXmpMetadata::idx_set(const DefaultMetadataProperties &key, const System::SharedPtr<XmpValue> &value)
| Parámetro | Tipo | Descripción |
|---|---|---|
| clave | const DefaultMetadataProperties& | Clave del valor. |
| valor | const System::SharedPtr<XmpValue>& | Valor de los metadatos XMP. |
Ver también
- Enum DefaultMetadataProperties
- Typedef SharedPtr
- Class XmpValue
- Class PdfXmpMetadata
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfXmpMetadata::idx_set(const System::String&, System::SharedPtr<XmpValue>) method
Establece el valor por clave.
void Aspose::Pdf::Facades::PdfXmpMetadata::idx_set(const System::String &key, System::SharedPtr<XmpValue> value) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| clave | const System::String& | El nombre de la clave para obtener/establecer. |
| valor | System::SharedPtr<XmpValue> | Objeto por clave |
Ver también
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class PdfXmpMetadata
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++