FreeImage.NET Class Library Reference
MetadataModelGetUInt32Value Method |
Returns the value of the tag as unsigned 32bit integer.
Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
protected Nullable<uint> GetUInt32Value( string key )
Parameters
- key
- Type: SystemString
The key of the tag.
Return Value
Type: NullableUInt32The value of the tag as unsigned 32bit integer.
See Also