Returns the version of the native FreeImage library.

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

Syntax

C#
public static Version GetNativeVersion()
Visual Basic (Declaration)
Public Shared Function GetNativeVersion As Version
Visual C++
public:
static Version^ GetNativeVersion()

Return Value

The version of the native FreeImage library.

Version Information

FreeImage.NET

Supported in: 3.13.0, 3.13.1

See Also