FreeImage.NET Class Library Reference
FreeImageGetTagDescription Method |
Returns the tag description.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static string GetTagDescription( FITAG tag )
Parameters
- tag
- Type: FreeImageAPIFITAG
The tag field.
Return Value
Type: StringThe description or NULL if unavailable.
See Also