Retrieves the number of FREE_IMAGE_FORMAT identifiers being currently registered.

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

Syntax

C#
public static int GetFIFCount()
Visual Basic (Declaration)
Public Shared Function GetFIFCount As Integer
Visual C++
public:
static int GetFIFCount()

Return Value

The number of registered formats.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also