Aspose::Pdf::Facades::PdfXmpMetadata::idx_get method
PdfXmpMetadata::idx_get(const DefaultMetadataProperties&) const method
Gets value of XMP metadata by key.
System::SharedPtr<XmpValue> Aspose::Pdf::Facades::PdfXmpMetadata::idx_get(const DefaultMetadataProperties &key) const
| Parameter | Type | Description |
|---|---|---|
| key | const DefaultMetadataProperties& | Key of the value. |
ReturnValue
Value from XMP metadata.
See Also
- 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
Gets value by key.
System::SharedPtr<XmpValue> Aspose::Pdf::Facades::PdfXmpMetadata::idx_get(const System::String &key) const override
| Parameter | Type | Description |
|---|---|---|
| key | const System::String& | The key name to get/set. |
ReturnValue
Object by key
See Also
- Typedef SharedPtr
- Class XmpValue
- Class String
- Class PdfXmpMetadata
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++