ExifDataRemoveTag Method (UInt16) |
Remove tag from container
Namespace: Aspose.Imaging.ExifAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
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