Click or drag to resize

RegisteredDecodersGetDecoderFromType Method

Returns an ImageDecoder that matches a specific type.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static ImageDecoder GetDecoderFromType(
	Type codecType
)

Parameters

codecType
Type: SystemType
The type of decoder to retreive.

Return Value

Type: ImageDecoder
See Also