Click or drag to resize

ImageUtilsToMimeType Method (ImageFileFormat)

Gets the MIME type for the specified image file format.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string ToMimeType(
	ImageFileFormat format
)

Parameters

format
Type: NetQuarry.Util.ImageImageFileFormat
The image file format in question.

Return Value

Type: String
The MIME type string for the specified file format, null if not known.
See Also