Returns the tag value. It is up to the programmer to interpret the returned pointer correctly, according to the results of GetTagType and GetTagCount.

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

Syntax

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

Parameters

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

Return Value

Pointer to the value.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also