Returns the string contained by the specified tag.

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

Syntax

C#
protected string GetTagText(
	string key
)
Visual Basic (Declaration)
Protected Function GetTagText ( _
	key As String _
) As String
Visual C++
protected:
String^ GetTagText(
	String^ key
)

Parameters

key
Type: System..::.String
The key of the tag.

Return Value

The string contained by the specified tag.

Version Information

FreeImage.NET

Supported in: 3.12.0, 3.13.0, 3.13.1

See Also