BitMiracle.LibTiff.Classic.TiffCodec.Cleanup C# (CSharp) Метод

Cleanup() публичный Метод

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
Результат void
        public virtual void Cleanup()
        {
        }