Retrieves the state of a plugin.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static int IsPluginEnabled( FREE_IMAGE_FORMAT fif ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function IsPluginEnabled ( _ fif As FREE_IMAGE_FORMAT _ ) As Integer |
| Visual C++ |
|---|
public: static int IsPluginEnabled( FREE_IMAGE_FORMAT fif ) |
Parameters
- fif
- Type: FreeImageAPI..::.FREE_IMAGE_FORMAT
The plugin to check.