XmpBasicPackage.AddValue

XmpBasicPackage.AddValue method

Adds string property.

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

Exceptions

exceptioncondition
ArgumentNullExceptionkey;Metadata key is not provided

See Also