- 博客(0)
- 资源 (2)
- 问答 (3)
- 收藏
- 关注
条形码控件 BarCode
条形码控件 里面有示例 生成图片参照如下代码:
引用BarCode.dll
using Cobainsoft.Windows.Forms;
BarcodeControl bar = new BarcodeControl();
bar.BarcodeType = BarcodeType.EAN13;
bar.Data = "6901028133920";
bar.SaveImage(System.Drawing.Imaging.ImageFormat.Jpeg, 2, 100, true, false, null, Application.StartupPath + "\\bar.jpg");
2009-04-20
如何web上实现批注的特效
2017-07-05
Jenkins构建Asp.Net项目如何远程发布到“多台”服务器IIS上?
2017-03-26
.NET RabbitMQ.Client 消费者在断开连接自动恢复后接收不到消息
2016-10-22
TA创建的收藏夹 TA关注的收藏夹
TA关注的人