remove method

remove

Removes the property with the specified id.

Returns

True if the specified TIFF tag is found and removed; otherwise, false.

def remove(self, tag_id):
    ...
Parameter Type Description
tag_id groupdocs.metadata.formats.image.TiffTagID A TIFF tag id.

See Also