Given a FREE_IMAGE_FORMAT identifier, returns a MIME content type string (MIME stands for Multipurpose Internet Mail Extension).
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static string GetFIFMimeType( FREE_IMAGE_FORMAT fif ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetFIFMimeType ( _ fif As FREE_IMAGE_FORMAT _ ) As String |
| Visual C++ |
|---|
public: static String^ GetFIFMimeType( FREE_IMAGE_FORMAT fif ) |
Parameters
- fif
- Type: FreeImageAPI..::.FREE_IMAGE_FORMAT
The desired FREE_IMAGE_FORMAT.