FreeImage.SetTagType Method

FreeImage.NET

FreeImageSetTagType Method
Sets the tag data type.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool SetTagType(
	FITAG tag,
	FREE_IMAGE_MDTYPE type
)

Parameters

tag
Type: FreeImageAPIFITAG
The tag field.
type
Type: FreeImageAPIFREE_IMAGE_MDTYPE
The new type.

Return Value

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