Sets the tag field name.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static bool SetTagKey( FITAG tag, string key ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function SetTagKey ( _ tag As FITAG, _ key As String _ ) As Boolean |
| Visual C++ |
|---|
public: static bool SetTagKey( FITAG tag, String^ key ) |