i am generating bar code using zen.barcode
like this
Zen.Barcode.CodeQrBarcodeDraw brcode = Zen.Barcode.BarcodeDrawFactory.CodeQr;
and now i want to set this barcode to string builder table column.
sb.Append("")
| brcode.Draw("read 200000 faliure " + (ab * 1.5).ToString(), 16)") but it is not display in pdf document.why? 3 RepliesKnow the answer? Post it — somebody with the same question will find it here. Sign in to answer this question It is the same account you read, post and publish with — and you will come straight back to this page. |

Archit ShrivastavaPosted Sep 6, 2018, 12:09 AM
Leon DPosted Sep 5, 2018, 9:01 PM
Rupesh KahanePosted Sep 5, 2018, 12:23 PM