Returns the tag description.

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

Syntax

C#
public static string GetTagDescription(
	FITAG tag
)
Visual Basic (Declaration)
Public Shared Function GetTagDescription ( _
	tag As FITAG _
) As String
Visual C++
public:
static String^ GetTagDescription(
	FITAG tag
)

Parameters

tag
Type: FreeImageAPI..::.FITAG
The tag field.

Return Value

The description or NULL if unavailable.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also