資源簡介
C# 條形碼實例源碼下載
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Web;
using?System.Collections;
using?System.Text.Regularexpressions;
//Download?by?http://www.codefans.net
namespace?BarCode
{
????public?class?BarCodeToHTML
????{
????????public?static?string?get39(string?s?int?width?int?height)
????????{
????????????Hashtable?ht?=?new?Hashtable();
????????????#region?39碼?12位
????????????ht.Add(‘A‘?“110101001011“);
????????????ht.Add(‘B‘?“101101001011“);
????????????ht.Add(‘C‘?“110110100101“);
????????????ht.Add(‘D‘?“101011001011“);
????????????ht.Add(‘E‘?“110101100101“);
????????????ht.Add(‘F‘?“101101100101“);
????????????ht.Add(‘G‘?“101010011011“);
????????????ht.Add(‘H‘?“110101001101“);
????????????ht.Add(‘I‘?“101101001101“);
????????????ht.Add(‘J‘?“101011
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
-----------?---------??----------?-----??----
???????????????102991????????????????????23
評論
共有 條評論