Aspose::Page::EPS::XMP::XmpMetadata::AddNamedValue method
XmpMetadata::AddNamedValue method
Adds named value into a structure.
void Aspose::Page::EPS::XMP::XmpMetadata::AddNamedValue(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 add into the struture. | 
| value | System::SharedPtr<XmpValue> | Value to add into the struture. | 
See Also
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++