FreeImage.NET Class Library Reference
FreeImageGetFIFMimeType Method |
Given a FREE_IMAGE_FORMAT identifier, returns a MIME content type string (MIME stands for Multipurpose Internet Mail Extension).
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static string GetFIFMimeType( FREE_IMAGE_FORMAT fif )
Parameters
- fif
- Type: FreeImageAPIFREE_IMAGE_FORMAT
The desired FREE_IMAGE_FORMAT.
Return Value
Type: StringA MIME content type string.
See Also