资源说明:条形码控件 里面有示例 生成图片参照如下代码:
引用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");
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。