XmpMetadata.SetNamedValue

XmpMetadata.SetNamedValue method

Sets named value into a structure. Previous named value, if already exists, will be replaced with new one.

public void SetNamedValue(string structureKey, string valueKey, XmpValue value)
ParameterTypeDescription
structureKeyStringKey of the structure to search in the dictionary.
valueKeyStringName of the value to set into the struture.
valueXmpValueValue to set into the struture.

See Also