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
)
Public Overridable Function Contains (
imageType As ImageType
) As Boolean
Parameters
- imageType
- Type: Atalasoft.Imaging.CodecImageType
The image decoder type.
Return Value
Type:
BooleanTrue if the dictionary contains the decoder.
See Also