FreeImage.NET Class Library Reference
FreeImageSetTagKey Method |
Sets the tag field name.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool SetTagKey( FITAG tag, string key )
Parameters
- tag
- Type: FreeImageAPIFITAG
The tag field. - key
- Type: SystemString
The new name.
Return Value
Type: BooleanReturns true on success, false on failure.
See Also