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)
SyntaxC#
public bool RemoveTag( string key )
Parameters
- key
- Type: SystemString
The key of the tag.
Return Value
Type: BooleanReturns true on success, false on failure.
Exceptions| Exception | Condition |
|---|---|
| ArgumentNullException | key is null. |
See Also