Returns a comma-delimited file extension list describing the bitmap formats the given plugin can read and/or write.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static string GetFIFExtensionList( FREE_IMAGE_FORMAT fif ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetFIFExtensionList ( _ fif As FREE_IMAGE_FORMAT _ ) As String |
Visual C++ |
---|
public: static String^ GetFIFExtensionList( FREE_IMAGE_FORMAT fif ) |
Parameters
- fif
- Type: FreeImageAPI..::.FREE_IMAGE_FORMAT
The desired FREE_IMAGE_FORMAT.