Returns an instance of FreeImagePlugin for the given format.

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

Syntax

C#
public static FreeImagePlugin PluginFromFormat(
	string format
)
Visual Basic (Declaration)
Public Shared Function PluginFromFormat ( _
	format As String _
) As FreeImagePlugin
Visual C++
public:
static FreeImagePlugin^ PluginFromFormat(
	String^ format
)

Parameters

format
Type: System..::.String
The format of the Plugin.

Return Value

An instance of FreeImagePlugin.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also