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

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

Syntax

C#
public static string GetFormatFromFIF(
	FREE_IMAGE_FORMAT fif
)
Visual Basic (Declaration)
Public Shared Function GetFormatFromFIF ( _
	fif As FREE_IMAGE_FORMAT _
) As String
Visual C++
public:
static String^ GetFormatFromFIF(
	FREE_IMAGE_FORMAT fif
)

Return Value

The string that was used to register the plugin.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also