Gets information about decoder with mime type mimeType which is installed in GDI+ library.

Namespace:  SGP.XImaging
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public static ImageCodecInfo GetDecoderInfo(
	string mimeType
)

Parameters

mimeType
Type: System..::.String
MIME type of a file.

Return Value

Returns corresponding decoder ImageCodecInfo.

See Also