Returns the tag ID.

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

Syntax

C#
public static ushort GetTagID(
	FITAG tag
)
Visual Basic (Declaration)
Public Shared Function GetTagID ( _
	tag As FITAG _
) As UShort
Visual C++
public:
static unsigned short GetTagID(
	FITAG tag
)

Parameters

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

Return Value

The ID or 0 if unavailable.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also