Sets the tag value.

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

Syntax

C#
public static bool SetTagValue(
	FITAG tag,
	byte[] value
)
Visual Basic (Declaration)
Public Shared Function SetTagValue ( _
	tag As FITAG, _
	value As Byte() _
) As Boolean
Visual C++
public:
static bool SetTagValue(
	FITAG tag, 
	array<unsigned char>^ value
)

Parameters

tag
Type: FreeImageAPI..::.FITAG
The tag field.
value
Type: array< System..::.Byte >[]()[]
Pointer to the new value.

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