Returns the length of the tag value in bytes.

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

Syntax

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

Parameters

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

Return Value

The length of the tag value.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also