Returns the tag field name (unique inside a metadata model).
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static string GetTagKey( FITAG tag ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetTagKey ( _ tag As FITAG _ ) As String |
Visual C++ |
---|
public: static String^ GetTagKey( FITAG tag ) |
Parameters
- tag
- Type: FreeImageAPI..::.FITAG
The tag field.