FreeImage.NET Class Library Reference
![]() | MetadataModelSetTagValue Method (String, Object) |
Sets the value of the specified tag.
Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)

C#
protected void SetTagValue( string key, Object value )
Parameters
- key
- Type: SystemString
The key of the tag. - value
- Type: SystemObject
The new value of the specified tag or null.
