MetadataModel.RemoveTag Method

FreeImage.NET

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)
Syntax
C#
public bool RemoveTag(
	string key
)

Parameters

key
Type: SystemString
The key of the tag.

Return Value

Type: Boolean
Returns true on success, false on failure.
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is null.
See Also