生成 39 条形码
摘要:
private Bitmap GetCode39(string strSource) { int x = 5; //左邊界 int y = 0; //上邊界 int WidLength = 2; //粗BarCode長度 int NarrowLength = 1; //細BarCode長度 int BarCodeHeight = 50; //BarCode高度 int intSourceLength = strSource.Length; string strEncode = "010010100"; //編碼字串 初值為 起始符號 * string AlphaBet = 阅读全文
posted @ 2013-06-25 17:39 习惯简单 阅读(287) 评论(0) 推荐(0)
浙公网安备 33010602011771号