FreeImage.NET Class Library Reference
FreeImageGetFIFFromMime Method |
Returns a FREE_IMAGE_FORMAT identifier from 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 FREE_IMAGE_FORMAT GetFIFFromMime( string mime )
Parameters
- mime
- Type: SystemString
A MIME content type.
Return Value
Type: FREE_IMAGE_FORMATA FREE_IMAGE_FORMAT identifier from the MIME.
See Also