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