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):
...
Parameter | Type | Description |
---|---|---|
tag | aspose.cad.fileformats.tiff.enums.TiffTags | The tag id to check. |
See Also
- module
aspose.cad.imageoptions
- class
TiffOptions