FreeImage.NET Class Library Reference
FreeImageGetFIFExtensionList Method |
Returns a comma-delimited file extension list describing 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 GetFIFExtensionList( FREE_IMAGE_FORMAT fif )
Parameters
- fif
- Type: FreeImageAPIFREE_IMAGE_FORMAT
The desired FREE_IMAGE_FORMAT.
Return Value
Type: StringA comma-delimited file extension list.
See Also