文件名称:ZXing一维码/二维码使用文档
文件大小:25.56MB
文件格式:ZIP
更新时间:2018-10-16 15:19:44
ZXing 一维码 二维码
ZXing一维码/二维码 使用文档
样例:
System.IO.Stream stmYiWei = new System.IO.MemoryStream();
BitMatrix byteMatrix = new MultiFormatWriter().encode(sCode, BarcodeFormat.CODE_39, 230, 40);
toBitmap(byteMatrix).Save(stmYiWei, ImageFormat.Bmp);
Byte[] byteYiWei = new byte[stmYiWei.Length];
stmYiWei.Position = 0;
stmYiWei.Read(byteYiWei, 0, (int)stmYiWei.Length); //将图片文件流保存为二进制文件以便保存到数据库中
System.IO.Stream stmErWei = new System.IO.MemoryStream();
IDictionary
【文件预览】:
Documentation
----portable()
--------zxing.net.portable.chm(2.91MB)
----wp7.0()
--------zxing.wp7.0.chm(2.83MB)
----sl4()
--------zxing.sl4.chm(2.83MB)
----wp7.1()
--------zxing.wp7.1.chm(2.83MB)
----sl5()
--------zxing.sl5.chm(2.91MB)
----net3.5()
--------zxing.net3.5.chm(2.92MB)
----unity()
--------zxing.unity.chm(2.91MB)
----net2.0()
--------zxing.net2.0.chm(2.94MB)
----net4.0()
--------zxing.net.chm(2.99MB)