Returns an array containg the data of the specified tag as unsigned 32bit integer.

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

Syntax

C#
protected uint[] GetUInt32Array(
	string key
)
Visual Basic (Declaration)
Protected Function GetUInt32Array ( _
	key As String _
) As UInteger()
Visual C++
protected:
array<unsigned int>^ GetUInt32Array(
	String^ key
)

Parameters

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

Return Value

An array containg the data of the specified tag as unsigned 32bit integer.

Version Information

FreeImage.NET

Supported in: 3.12.0, 3.13.0, 3.13.1

See Also