Returns an array containg the data of the specified tag
as unsigned 32bit integer.
Namespace:
FreeImageAPI.MetadataAssembly: 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.