Click or drag to resize

DecoderDictionaryAdd Method

Add a decoder to the project.

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 void Add(
	ImageType imageType,
	ImageDecoder decoder
)

Parameters

imageType
Type: Atalasoft.Imaging.CodecImageType
The image type for the decoder.
decoder
Type: Atalasoft.Imaging.CodecImageDecoder
The ImageDecoder to add.
See Also