MetadataModel.GetTagValue(T) Method

FreeImage.NET

MetadataModelGetTagValueT Method
Returns the value of the specified tag.

Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
protected Nullable<T> GetTagValue<T>(
	string key
)
where T : struct, new()

Parameters

key
Type: SystemString
The key of the tag.

Type Parameters

T
Type of the tag's data.

Return Value

Type: NullableT
The value of the specified tag.
See Also