Returns the tag data type.

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

Syntax

C#
public static FREE_IMAGE_MDTYPE GetTagType(
	FITAG tag
)
Visual Basic (Declaration)
Public Shared Function GetTagType ( _
	tag As FITAG _
) As FREE_IMAGE_MDTYPE
Visual C++
public:
static FREE_IMAGE_MDTYPE GetTagType(
	FITAG tag
)

Parameters

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

Return Value

The tag type.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also