Remove

XmpPackage.Remove method

Removes the property with the specified name.

public bool Remove(string name)
Parameter Type Description
name String XMP metadata property name.

Return Value

True if the specified metadata property is found and removed; otherwise, false.

See Also