1. 首页
  2. 数据库
  3. 其它
  4. ASP.NET html转图片

ASP.NET html转图片

上传者: 2021-01-15 22:02:49上传 PDF文件 19.97KB 热度 15次
using System.IO; using System.Drawing; using System.Threading; using System.Windows.Forms; public class WebSiteThumbnail { Bitmap m_Bitmap; string m_Url; int m_BrowserWidth, m_BrowserHeight, m_ThumbnailWidth, m_ThumbnailHeight; public WebSiteThumbnail(string Url, int Brows
用户评论