FreeImage.NET Class Library Reference
FreeImageGetFIFDescription Method |
Returns a descriptive string that describes the bitmap formats the given plugin can read and/or write.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static string GetFIFDescription( FREE_IMAGE_FORMAT fif )
Parameters
- fif
- Type: FreeImageAPIFREE_IMAGE_FORMAT
The desired FREE_IMAGE_FORMAT.
Return Value
Type: StringA descriptive string that describes the bitmap formats.
See Also