is_tag_present method

is_tag_present

Determines whether tag is present in the options or not.

Returns

true if tag is present; otherwise, false.

def is_tag_present(self, tag):
    ...
ParameterTypeDescription
tagaspose.cad.fileformats.tiff.enums.TiffTagsThe tag id to check.

See Also