FreeImage.SetTagDescription Method

FreeImage.NET

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: Boolean
Returns true on success, false on failure.
See Also