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)
Syntaxpublic bool Contains(
Type decoderType
)
Public Function Contains (
decoderType As Type
) As Boolean
Parameters
- decoderType
- Type: SystemType
The type of ImageDecoder to search for.
Return Value
Type:
BooleanTrue if the decoder is in the collection.
See Also