PluginRepository.PluginFromFormat Method

FreeImage.NET

PluginRepositoryPluginFromFormat Method
Returns an instance of FreeImagePlugin for the given format.

Namespace: FreeImageAPI.Plugins
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static FreeImagePlugin PluginFromFormat(
	string format
)

Parameters

format
Type: SystemString
The format of the Plugin.

Return Value

Type: FreeImagePlugin
An instance of FreeImagePlugin.
See Also