remove method

remove(self, name)

Removes the property with the specified name.

Returns

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


def remove(self, name):
    ...
Parameter Type Description
name System.String XMP metadata property name.

See Also