MetadataModel.TagExists Method

FreeImage.NET

MetadataModelTagExists Method
Returns whether the specified tag exists.

Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool TagExists(
	string key
)

Parameters

key
Type: SystemString
The key of the tag.

Return Value

Type: Boolean
True in case the tag exists, else false.
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is null.
See Also