FreeImage.NET Class Library Reference
FreeImageGetTagKey Method |
Returns the tag field name (unique inside a metadata model).
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static string GetTagKey( FITAG tag )
Parameters
- tag
- Type: FreeImageAPIFITAG
The tag field.
Return Value
Type: StringThe field name.
See Also