Returns a descriptive string that describes the bitmap formats the given plugin can read and/or write.

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

Syntax

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

Return Value

A descriptive string that describes the bitmap formats.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also