Gets the MIME type for the specified image file format.
Namespace:
NetQuarry.Scan
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string MimeType(
ImageFileFormat format
)
Public Shared Function MimeType (
format As ImageFileFormat
) As String
Parameters
- format
- Type: NetQuarry.ScanImageFileFormat
The image file format in question.
Return Value
Type:
StringThe MIME type string for the specified file format, null if not known.
See Also