Click or drag to resize

DecoderDictionaryContains Method

Determines if a decoder is in the dictionary.

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 virtual bool Contains(
	ImageType imageType
)

Parameters

imageType
Type: Atalasoft.Imaging.CodecImageType
The image decoder type.

Return Value

Type: Boolean
True if the dictionary contains the decoder.
See Also