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