FreeImage.NET Class Library Reference
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: FreeImagePluginAn instance of FreeImagePlugin.
See Also