C# 条形码控件
条形码控件 里面有示例 生成图片参照如下代码: 引用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");
用户评论
不错的资源。值得学习。
不错,值得学习,正好有用
很好,值得学习
非常不错的资源,值得学习