BitMiracle.LibTiff.Classic.TiffCodec.Cleanup C# (CSharp) Method

Cleanup() public method

Cleanups the state of the codec.
Cleanup is called when codec is no longer needed (won't be used) and can be used for example to restore tag methods that were substituted.
public Cleanup ( ) : void
return void
        public virtual void Cleanup()
        {
        }