Returns an instance of FreeImagePlugin for the given mime.

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

Syntax

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

Parameters

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