Close decoding of previously opened stream.

Namespace:  AForge.Imaging.Formats
Assembly:  AForge.Imaging.Formats (in AForge.Imaging.Formats.dll) Version: 2.2.4.0 (2.2.4.0)

Syntax

C#
public void Close()

Implements

IImageDecoder..::.Close()()()

Remarks

The method does not close stream itself, but just closes decoding cleaning all associated data with it.

See Also