Method IsTagPresent
- Namespace
- Aspose.CAD.ImageOptions
- Assembly
- Aspose.CAD.dll
IsTagPresent(TiffTags)
Determines whether tag is present in the options or not.
public bool IsTagPresent(TiffTags tag)
Parameters
tag
TiffTagsThe tag id to check.
Returns
- bool
true
if tag is present; otherwise,false
.