FreeImage.SetTagValue Method

FreeImage.NET

FreeImageSetTagValue Method
Sets the tag value.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool SetTagValue(
	FITAG tag,
	byte[] value
)

Parameters

tag
Type: FreeImageAPIFITAG
The tag field.
value
Type: SystemByte
Pointer to the new value.

Return Value

Type: Boolean
Returns true on success, false on failure.
See Also