Enables or disables a plugin.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static int SetPluginEnabled( FREE_IMAGE_FORMAT fif, bool enable ) |
Visual Basic (Declaration) |
---|
Public Shared Function SetPluginEnabled ( _ fif As FREE_IMAGE_FORMAT, _ enable As Boolean _ ) As Integer |
Visual C++ |
---|
public: static int SetPluginEnabled( FREE_IMAGE_FORMAT fif, bool enable ) |
Parameters
- fif
- Type: FreeImageAPI..::.FREE_IMAGE_FORMAT
The plugin to enable or disable.
- enable
- Type: System..::.Boolean
True: enable the plugin. false: disable the plugin.