Aspose::Page::EPS::XMP::XmpMetadata::SetNamedValue method
XmpMetadata::SetNamedValue method
Sets named value into a structure. Previous named value, if already exists, will be replaced with new one.
void Aspose::Page::EPS::XMP::XmpMetadata::SetNamedValue(System::String structureKey, System::String valueKey, System::SharedPtr<XmpValue> value)
Parameter | Type | Description |
---|---|---|
structureKey | System::String | Key of the structure to search in the dictionary. |
valueKey | System::String | Name of the value to set into the struture. |
value | System::SharedPtr<XmpValue> | Value to set into the struture. |
See Also
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++