remove_tag method

remove_tag

Removes the tag.

Returns

true if successfully removed

def remove_tag(self, tag):
    ...
ParameterTypeDescription
tagaspose.cad.fileformats.tiff.enums.TiffTagsThe tag to remove.

See Also