ExifDataRemoveTag Method (UInt16) |
Remove tag from container
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic void RemoveTag(
ushort tagId
)
Public Sub RemoveTag (
tagId As UShort
)
public:
void RemoveTag(
unsigned short tagId
)
member RemoveTag :
tagId : uint16 -> unit
Parameters
- tagId
- Type: SystemUInt16
The tag identifier to remove.
See Also