TiffDataTypeControllerExists Method |
Determines if specific tag exists.
Namespace: Aspose.Imaging.ExifAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
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