XmpPackage.Remove

XmpPackage.Remove method

Removes the first element or attribute 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