FreeImage.NET Class Library Reference
![]() | MetadataModelGetTag Method |
Returns the specified metadata tag.
Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)

C#
public MetadataTag GetTag( string key )
Parameters
- key
- Type: SystemString
The key of the tag.
Return Value
Type: MetadataTagThe metadata tag.

Exception | Condition |
---|---|
ArgumentNullException | key is null. |
