FreeImage.GetTagKey Method

FreeImage.NET

FreeImageGetTagKey Method
Returns the tag field name (unique inside a metadata model).

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

Parameters

tag
Type: FreeImageAPIFITAG
The tag field.

Return Value

Type: String
The field name.
See Also