SetXmpTypeValue

XmpPackage.SetXmpTypeValue method

Sets the XMP type value.

public virtual void SetXmpTypeValue(string key, XmpTypeBase value)
ParameterTypeDescription
keyStringThe string representation of key that is identified with set value.
valueXmpTypeBaseThe value to set to.

See Also