Returns a string containing the current version of the library.

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

Syntax

C#
public static string GetVersion()
Visual Basic (Declaration)
Public Shared Function GetVersion As String
Visual C++
public:
static String^ GetVersion()

Return Value

The current version of the library.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also