Gets a string containing the current version of the library.

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

Syntax

C#
public static string Version { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Version As String
Visual C++
public:
static property String^ Version {
	String^ get ();
}

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also