XmpPackage.SetValue

SetValue(string, IXmlValue)

Sets the value.

public virtual void SetValue(string key, IXmlValue value)
ParameterTypeDescription
keyStringThe string representation of key that is identified with added value.
valueIXmlValueThe value to add to.

See Also


SetValue(string, IXmpType)

Sets the value.

public virtual void SetValue(string key, IXmpType value)
ParameterTypeDescription
keyStringThe string representation of key that is identified with added value.
valueIXmpTypeThe value to add to.

See Also