1. 首页
  2. 编程语言
  3. C#
  4. C# 条形码控件

C# 条形码控件

上传者: 2018-12-20 16:12:51上传 RAR文件 91KB 热度 50次
条形码控件 里面有示例 生成图片参照如下代码: 引用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");
用户评论
码姐姐匿名网友 2018-12-20 16:12:51

不错的资源。值得学习。

码姐姐匿名网友 2018-12-20 16:12:51

不错,值得学习,正好有用

码姐姐匿名网友 2018-12-20 16:12:51

很好,值得学习

码姐姐匿名网友 2018-12-20 16:12:51

非常不错的资源,值得学习