Wednesday, October 10, 2012

ZXing QR barcode C# Example


BarcodeWriter BW = new BarcodeWriter();
BW.Format = BarcodeFormat.QR_CODE;
var bitmap =BW.Write("This is Bar Code Text");

No comments:

Post a Comment