FreeImage.NET Class Library Reference
MetadataModelGetUInt32Array Method |
Returns an array containg the data of the specified tag
as unsigned 32bit integer.
Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
protected uint[] GetUInt32Array( string key )
Parameters
- key
- Type: SystemString
The key of the tag.
Return Value
Type: UInt32An array containg the data of the specified tag as unsigned 32bit integer.
See Also