MetadataModel.SetTagValueUndefined Method

FreeImage.NET

MetadataModelSetTagValueUndefined Method
Sets the value of the specified tag as undefined.

Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
protected void SetTagValueUndefined(
	string key,
	byte[] value
)

Parameters

key
Type: SystemString
The key of the tag.
value
Type: SystemByte
The new value of the specified tag or null.
See Also