摘要:
namespace Barcode{/// <summary>/// Code39:生成39条形码。/// </summary>public class Code39{ //对应码表 private Hashtable Decode; private Hashtable CheckCode; //每个字符间的间隔符 private string SPARATOR="0"; //float WidthUNIT= 0.25f;//宽度单位 mm public int WidthCU = 3; //粗线和宽间隙宽度 public int Widt... 阅读全文
posted @ 2011-11-28 15:21
hunterqian
阅读(2830)
评论(0)
推荐(0)