Returns the string that was used to register a plugin from the system assigned FREE_IMAGE_FORMAT.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static string GetFormatFromFIF( FREE_IMAGE_FORMAT fif ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetFormatFromFIF ( _ fif As FREE_IMAGE_FORMAT _ ) As String |
| Visual C++ |
|---|
public: static String^ GetFormatFromFIF( FREE_IMAGE_FORMAT fif ) |
Parameters
- fif
- Type: FreeImageAPI..::.FREE_IMAGE_FORMAT
The assigned FREE_IMAGE_FORMAT.