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)
Syntax
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.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | key is null. |
See Also