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)
ParameterTypeDescription
structureKeySystem::StringKey of the structure to search in the dictionary.
valueKeySystem::StringName of the value to add into the struture.
valueSystem::SharedPtr<XmpValue>Value to add into the struture.

See Also