XmpMetadata.AddNamedValue

XmpMetadata.AddNamedValue method

Adds named value into a structure.

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

See Also