Help in barcode ?!
Hi all ,
i have a barcode reader ,and i want free tool or dll file or Com component to read data on a windows forms using C# .
thanks ,
Know 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.
jack mayPosted Nov 2, 2014, 9:32 PM
Firstly, please add ""KeepAutomation.BarcodeReader.dll"" to your windows forms project.
Next,click ""Project"" and select ""Add Reference..."".
Then,click ""Browse"" to locate your ""KeepAutomation.BarcodeReader.dll"", and click ""OK"".
Now you can use ""KeepAutomation.BarcodeReader"" as the namespace for your .NET class project.
Now you can scan & read barcode in .net application.Simply pass your target barcode image file and barcode type to ""BarcodeReader.readBarcode"" method. Then, our .NET Barcode Reader Control will immediately scan & output all barcodes found.
C# Sample code
String[] datas = BarcodeReader.readBarcode(""C://csharp-sample-code128.png"", BarcodeType.Code128);
spgilmorePosted Nov 11, 2004, 7:14 PM