• 大小: 0.02M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 条形码  

资源简介

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


评论

共有 条评论