TiffDataTypeControllerRemoveTagByID Method |
Removes the tag by identifier.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxprotected void RemoveTagByID(
ushort tagId
)
Protected Sub RemoveTagByID (
tagId As UShort
)
protected:
void RemoveTagByID(
unsigned short tagId
)
member RemoveTagByID :
tagId : uint16 -> unit
Parameters
- tagId
- Type: SystemUInt16
The tag identifier.
See Also