FreeImage.NET Class Library Reference
MetadataModelGetTagText Method |
Returns the string contained by the specified tag.
Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
protected string GetTagText( string key )
Parameters
- key
- Type: SystemString
The key of the tag.
Return Value
Type: StringThe string contained by the specified tag.
See Also