FreeImage.NET Class Library Reference
![]() | MetadataModelRemoveTag Method |
Removes the specified tag from the bitmap.
Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)

C#
public bool RemoveTag( string key )
Parameters
- key
- Type: SystemString
The key of the tag.
Return Value
Type: BooleanReturns true on success, false on failure.

Exception | Condition |
---|---|
ArgumentNullException | key is null. |
