Click or drag to resize

DecoderCollectionContains Method (Type)

Determines if an ImageDecoder of specific type is contained within the collection.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax
public bool Contains(
	Type decoderType
)

Parameters

decoderType
Type: SystemType
The type of ImageDecoder to search for.

Return Value

Type: Boolean
True if the decoder is in the collection.
See Also