FreeImage.SetTagID Method

FreeImage.NET

FreeImageSetTagID Method
Sets the tag ID.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool SetTagID(
	FITAG tag,
	ushort id
)

Parameters

tag
Type: FreeImageAPIFITAG
The tag field.
id
Type: SystemUInt16
The new ID.

Return Value

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