Sets the tag description.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public static bool SetTagDescription(
	FITAG tag,
	string description
)
Visual Basic (Declaration)
Public Shared Function SetTagDescription ( _
	tag As FITAG, _
	description As String _
) As Boolean
Visual C++
public:
static bool SetTagDescription(
	FITAG tag, 
	String^ description
)

Parameters

tag
Type: FreeImageAPI..::.FITAG
The tag field.
description
Type: System..::.String
The new description.

Return Value

Returns true on success, false on failure.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also