FreeImage.NET Class Library Reference
FreeImageFIFSupportsReading Method |
Checks if a plugin can load bitmaps.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool FIFSupportsReading( FREE_IMAGE_FORMAT fif )
Parameters
- fif
- Type: FreeImageAPIFREE_IMAGE_FORMAT
The FREE_IMAGE_FORMAT of the plugin.
Return Value
Type: BooleanTrue if the plugin can load bitmaps, else false.
See Also