AddValue

XmpPackage.AddValue method

Adds the value.

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

Exceptions

exceptioncondition
ArgumentNullExceptionkey is null.

See Also