Sets the tag field name.

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

Syntax

C#
public static bool SetTagKey(
	FITAG tag,
	string key
)
Visual Basic (Declaration)
Public Shared Function SetTagKey ( _
	tag As FITAG, _
	key As String _
) As Boolean
Visual C++
public:
static bool SetTagKey(
	FITAG tag, 
	String^ key
)

Parameters

tag
Type: FreeImageAPI..::.FITAG
The tag field.
key
Type: System..::.String
The new name.

Return Value

Returns true on success, false on failure.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also