Sets the tag ID.

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

Syntax

C#
public static bool SetTagID(
	FITAG tag,
	ushort id
)
Visual Basic (Declaration)
Public Shared Function SetTagID ( _
	tag As FITAG, _
	id As UShort _
) As Boolean
Visual C++
public:
static bool SetTagID(
	FITAG tag, 
	unsigned short id
)

Parameters

tag
Type: FreeImageAPI..::.FITAG
The tag field.
id
Type: System..::.UInt16
The new ID.

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