FreeImage.GetFIFCount Method

FreeImage.NET

FreeImageGetFIFCount Method
Retrieves the number of FREE_IMAGE_FORMAT identifiers being currently registered.

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

Return Value

Type: Int32
The number of registered formats.
See Also