asp.net生成高质量缩略图通用函数(c#代码),支持多种生成方式

2019-05-12 08:03:26于海丽

            }
            catch(System.Exception e)
            {
                throw e;
            }
            finally
            {
                originalImage.Dispose();
                bitmap.Dispose();                        
                g.Dispose();
            }
        }