Sets the value of the specified tag as undefined.

Namespace:  FreeImageAPI.Metadata
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
protected void SetTagValueUndefined(
	string key,
	byte[] value
)
Visual Basic (Declaration)
Protected Sub SetTagValueUndefined ( _
	key As String, _
	value As Byte() _
)
Visual C++
protected:
void SetTagValueUndefined(
	String^ key, 
	array<unsigned char>^ value
)

Parameters

key
Type: System..::.String
The key of the tag.
value
Type: array< System..::.Byte >[]()[]
The new value of the specified tag or null.

Version Information

FreeImage.NET

Supported in: 3.12.0, 3.13.0, 3.13.1

See Also