MetadataModel.GetTagArray(T) Method

FreeImage.NET

MetadataModelGetTagArrayT Method
Returns an array containing the data of the specified tag.

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

Parameters

key
Type: SystemString
The key of the tag.

Type Parameters

T
The type of the tag's data.

Return Value

Type: T
An array containing the data of the specified tag.
See Also