AForge.Imaging.Formats.PNMCodec.Close C# (CSharp) Method

Close() public method

Close decoding of previously opened stream.

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

public Close ( ) : void
return void
        public void Close( )
        {
            stream    = null;
            imageInfo = null;
        }