FreeImage.GetTagDescription Method

FreeImage.NET

FreeImageGetTagDescription Method
Returns the tag description.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static string GetTagDescription(
	FITAG tag
)

Parameters

tag
Type: FreeImageAPIFITAG
The tag field.

Return Value

Type: String
The description or NULL if unavailable.
See Also