Returns ImageCodecInfo to given MIME type.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static ImageCodecInfo GetEncoderInfo(
	string mimeType
)

Parameters

mimeType
Type: System..::.String
The name of MIME type.

Return Value

ImageCodecInfo for MIME type mimeType

See Also