UPDATED
I used below solutions (loading Image from stream), but get new problem. img object is absolutely correct Image class instance with all fiel
as share other way
try { var img = Image.FromFile(s); var bmp = new Bitmap(img); img.Dispose(); File.Delete(s); } catch { }