Gets the number of registered plugins.

Namespace:  FreeImageAPI.Plugins
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public static int FIFCount { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property FIFCount As Integer
Visual C++
public:
static property int FIFCount {
	int get ();
}

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also