MetadataModel.TagExists Method
From FreeImage.NET
FreeImage.NET Class Library Reference
| MetadataModelTagExists Method |
Returns whether the specified tag exists.
Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
C#
public bool TagExists( string key )
Parameters
- key
- Type: SystemString
The key of the tag.
Return Value
Type: BooleanTrue in case the tag exists, else false.
| Exception | Condition |
|---|---|
| ArgumentNullException | key is null. |