MetadataModel.SetTagValue Method (String, Object)

FreeImage.NET

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)
Syntax
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.
See Also