Gets a value indicating if the FreeImage DLL is available or not.

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

Syntax

C#
public static bool IsAvailable { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property IsAvailable As Boolean
Visual C++
public:
static property bool IsAvailable {
	bool get ();
}

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also