.NET Barcode Reader Developer Guide



This document explains how to use .NET Barcode Reader to scan and read barcodes in image files.

For trial version only, we will randomly print the First character in the output barcode data.  

Install


  1. Add OnBarcode.Barcode.BarcodeScanner.dll into your .NET project reference.

 

Run Demo Application


  1. Click BarcodeLabelsScanner.exe to run .NET Barcode Reader demo application. Application BarcodeLabelsScanner.exe is based on .NET Barcode Reader. You can try it to scan a barcode image to evaluate our .NET Barcode Reader SDK

 

How to scan and read barcode images in your .NET project?

String[] barcodes = BarcodeScanner.Scan("C:/YourBarcodeImage.gif", BarcodeType.Code128);
  • Pass your barcode image file, and barcode type to BarcodeScanner, and it will return barcode datas.