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