在UWP WIN10中生成条形码 [英] GENERATE BARCODE IN UWP WIN10

查看:157
本文介绍了在UWP WIN10中生成条形码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

帮助我!!!!!!!!!!!!!!


            var result = writer.Write(txtQRcode.Text);

              var wb = result.tobitmap()as WriteableBitmap;



              //添加到图片组件

              imgQRCode.Source = wb;


错误


解决方案

< blockquote>

嗨新手


1)我看不到任何条形码 


2)不要使用大写和多个! 


3)错误是没有错误描述


4)您的代码遗漏了重要部分,请查看样本 




HELP ME!!!!!!!!!!!!!!

            var result = writer.Write(txtQRcode.Text);
             var wb = result.tobitmap() as WriteableBitmap;

             //add to image component
             imgQRCode.Source = wb;

Error

解决方案

Hi newbie

1) I dont see any Barcode 

2) dont use Uppercase and multiple ! 

3) Error is no error description

4) your Code misses important parts, please take a look into the samples 



这篇关于在UWP WIN10中生成条形码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆