asp.net生成缩略图实现代码

时间:2024-01-22 18:35:28
【文件属性】:

文件名称:asp.net生成缩略图实现代码

文件大小:192KB

文件格式:PDF

更新时间:2024-01-22 18:35:28

AS asp asp.net

代码如下: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Drawing; using System.IO; namespace web三层 { ///

/// 显示请求图片的缩略图,以宽度100像素为最大单位 /// public class imgSmall : IHttpHandler { //图片所在文件夹 static string picturesPath = @”d:\wordpicture


网友评论