FreeImage.NET Class Library Reference
FreeImageIsPluginEnabled Method |
Retrieves the state of a plugin.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static int IsPluginEnabled( FREE_IMAGE_FORMAT fif )
Parameters
- fif
- Type: FreeImageAPIFREE_IMAGE_FORMAT
The plugin to check.
Return Value
Type: Int321 - enabled. 0 - disables. -1 plugin does not exist.
See Also