get_tag_by_type method

get_tag_by_type

Gets the instance of the tag by type.

Returns

Instance of the tag if exists or null otherwise.

def get_tag_by_type(self, tag_key):
    ...
ParameterTypeDescription
tag_keyaspose.cad.fileformats.tiff.enums.TiffTagsThe tag key.

See Also