C# 二维码生成器 ZXing条码生成器
作者:C/S框架网  发布日期:2016/05/07 17:12:30
  C# 二维码生成器 ZXing条码生成器



C# Code:

BarcodeWriter W = new BarcodeWriter();
W.Format = (BarcodeFormat)Enum.Parse(typeof(BarcodeFormat), txtDecoderType.Text);
W.Options.Width = pictureBox1.Width;
W.Options.Height = pictureBox1.Height;
W.Options.Margin = 0;
pictureBox1.Image = W.Write(txtDecoderContent.Text);

//来源:C/S框架网(www.csframework.com) QQ:1980854898





贴图图片





C/S框架网|原创精神.创造价值.打造精品


扫一扫加作者微信
C/S框架网作者微信 C/S框架网|原创作品.质量保障.竭诚为您服务


点击下载附件 (VIP会员下载) 点击下载附件 (如下载失败,请邮件通知我们寄回给您,或QQ:23404761留言.)
上一篇 下一篇