Remove

XmpPackage.Remove method

Remove the value with the specified key.

public virtual bool Remove(string key)
ParameterTypeDescription
keyStringThe string representation of key that is identified with removed value.

Return Value

Returns true if the value with the specified key was removed.

See Also