Returns an instance of FreeImagePlugin for the given filename.

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

Syntax

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

Parameters

filename
Type: System..::.String
The valid filename for 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