FreeImage.GetTagType Method

FreeImage.NET

FreeImageGetTagType Method
Returns the tag data type.

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

Parameters

tag
Type: FreeImageAPIFITAG
The tag field.

Return Value

Type: FREE_IMAGE_MDTYPE
The tag type.
See Also