FreeImage.GetVersion Method

FreeImage.NET

FreeImageGetVersion Method
Returns a string containing the current version of the library.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static string GetVersion()

Return Value

Type: String
The current version of the library.
See Also