您当前的位置: 首页 >  ar

暂无认证

  • 0浏览

    0关注

    98368博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

[标签]bartender标签预览之图片方案

发布时间:2020-12-15 09:29:11 ,浏览量:0

bartender标签预览之图片方案 private string _bmp_path = Application.StartupPath + @“\exp.jpg”;
//显示图片 if (btFormat != null) { //Generate a thumbnail for it. btFormat.ExportImageToFile(_bmp_path, ImageType.BMP, Seagull.BarTender.Print.ColorDepth.ColorDepth24bit, new Resolution(407, 407 ), OverwriteOptions.Overwrite); System.Drawing.Image image = System.Drawing.Image.FromFile(_bmp_path); Bitmap NmpImage = new Bitmap(image); pictureBox.Image = NmpImage; image.Dispose(); } else { MessageBox.Show("生成图片错误", "操作提示"); } 

效果 在这里插入图片描述

关注
打赏
1655516835
查看更多评论
立即登录/注册

微信扫码登录

0.0497s