文件名称:条形码控件 BarCode
文件大小:111KB
文件格式:RAR
更新时间:2012-05-09 18:00:45
条形码 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");
【文件预览】:
条形码控件
----source6()
--------Projects()
--------WebSites()