DecoderDictionaryRemove Method |
Removes a decoder from 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 void Remove(
ImageType imageType
)
Public Overridable Sub Remove (
imageType As ImageType
)
Parameters
- imageType
- Type: Atalasoft.Imaging.CodecImageType
The image type to remove.
See Also