找传奇、传世资源到传世资源站!

C# vs pdf417码生成(二维码)

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

from clipboard
from clipboard

        private void button设置参数_Click(object sender, EventArgs e)
        {
            CodePara codepara = new CodePara();
            codepara.SetIniFilePath(this.textBoxINI.Text);
            codepara.ShowDialog();
        }        public bool MakeTextBarCode(string strInfo, string inifile, string outfile)
        {
            IntPtr szInfo = (IntPtr)Marshal.StringToHGlobalAnsi(strInfo);
            IntPtr szIniPath = (IntPtr)Marshal.StringToHGlobalAnsi(inifile);
            IntPtr szOutPath = (IntPtr)Marshal.StringToHGlobalAnsi(outfile);
            //生成条码
            string bmpfile = "";
            //PDF
            SetPdfConFile(szIniPath);
            bmpfile = EnPdfText(szInfo, szOutPath);            if (bmpfile.Length < 1) return false;
            return true;
        }

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复