TiffDataTypeControllerExists Method |
Determines if specific tag exists.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxprotected bool Exists(
ushort tagId
)
Protected Function Exists (
tagId As UShort
) As Boolean
protected:
bool Exists(
unsigned short tagId
)
member Exists :
tagId : uint16 -> bool
Parameters
- tagId
- Type: SystemUInt16
The tag identifier.
Return Value
Type:
BooleanTrue if tag exists.
See Also