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

See Also