Removes the specified tag from the bitmap.
Namespace:
FreeImageAPI.MetadataAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public bool RemoveTag( string key ) |
| Visual Basic (Declaration) |
|---|
Public Function RemoveTag ( _ key As String _ ) As Boolean |
| Visual C++ |
|---|
public: bool RemoveTag( String^ key ) |
Parameters
- key
- Type: System..::.String
The key of the tag.
Return Value
Returns true on success, false on failure.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | key is null. |