Returns the number of components in the tag (in tag type units).

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

Syntax

C#
public static uint GetTagCount(
	FITAG tag
)
Visual Basic (Declaration)
Public Shared Function GetTagCount ( _
	tag As FITAG _
) As UInteger
Visual C++
public:
static unsigned int GetTagCount(
	FITAG tag
)

Parameters

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

Return Value

The number of components.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also