FreeImage.GetFormatFromFIF Method

FreeImage.NET

FreeImageGetFormatFromFIF Method
Returns the string that was used to register a plugin from the system assigned FREE_IMAGE_FORMAT.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static string GetFormatFromFIF(
	FREE_IMAGE_FORMAT fif
)

Parameters

fif
Type: FreeImageAPIFREE_IMAGE_FORMAT
The assigned FREE_IMAGE_FORMAT.

Return Value

Type: String
The string that was used to register the plugin.
See Also