FreeImage.TagToString Method

FreeImage.NET

FreeImageTagToString Method
Converts a FreeImage tag structure to a string that represents the interpreted tag value. The function is not thread safe.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static string TagToString(
	FREE_IMAGE_MDMODEL model,
	FITAG tag,
	uint Make
)

Parameters

model
Type: FreeImageAPIFREE_IMAGE_MDMODEL
The metadata model.
tag
Type: FreeImageAPIFITAG
The interpreted tag value.
Make
Type: SystemUInt32
Reserved.

Return Value

Type: String
The representing string.
See Also