Returns an instance of FreeImagePlugin for the given format.
Namespace:
FreeImageAPI.PluginsAssembly: 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.