TiffDataTypeControllerExists Method

Determines if specific tag exists.

Namespace:  Aspose.CAD.Exif
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
protected bool Exists(
	ushort tagId
)

Parameters

tagId
Type: SystemUInt16
The tag identifier.

Return Value

Type: Boolean
True if tag exists.
See Also