TiffOptionsIsTagPresent Method |
Determines whether tag is present in the options or not.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic bool IsTagPresent(
TiffTags tag
)
Public Function IsTagPresent (
tag As TiffTags
) As Boolean
public:
bool IsTagPresent(
TiffTags tag
)
member IsTagPresent :
tag : TiffTags -> bool
Parameters
- tag
- Type: Aspose.CAD.FileFormats.Tiff.EnumsTiffTags
The tag id to check.
Return Value
Type:
Booleantrue if tag is present; otherwise,
false.
See Also