MetadataModel.GetTagText Method

FreeImage.NET

MetadataModelGetTagText Method
Returns the string contained by the specified tag.

Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
protected string GetTagText(
	string key
)

Parameters

key
Type: SystemString
The key of the tag.

Return Value

Type: String
The string contained by the specified tag.
See Also