FreeImage.IsPluginEnabled Method

FreeImage.NET

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: Int32
1 - enabled. 0 - disables. -1 plugin does not exist.
See Also