|
Home > Barcode Components > .NET Barcode Reader for C#, VB.NET, ASP.NET .NET Barcode Reader for C#, VB.NET, ASP.NETReading Code39, Code128, UPC/EAN, Data Matrix, PDF417, QRCode in ASP.NET, C#, VB.NET
.NET Barcode Reader is a highly accurate and high speed .NET barcode recognition component,
which recognizes linear (1D) and matrix (2D) barcodes from image files and .NET image objects.
Integrating .NET Barcode Reader into your .NET project, you can easily embed barcode reading
functionality to your ASP.NET websites, .NET Windows applications, and .NET Web services.
.NET Barcode Reader Supporting Barcode Types
.NET Barcode Reader - Free Evaluation Package Download.NET Barcode Reader License & Price.NET Barcode Reader Developer License is starting from USD 1,999. View complete licenses & prices.
Install .NET Barcode Reader dll in C#, ASP.NET, VB.NET projects
Barcodes Reading in Visual C# .NET classBarcode Scanning in C# Class:
// Read Code 39 barcodes from one gif image, in C# class
string[] barcodes = BarCodeReader.scanBarCode("code39.gif", BarCodeType.CODE39);
// Read Code 128 & Data Matrix barcodes from one gif image, in C# class
barcodes = BarCodeReader.scanBarCode("barcode.gif", BarCodeType.CODE128 | BarCodeType.DATAMATRIX);
Barcodes Reading in Visual Basic .NET classBarcode Scanning in VB.NET Class:
// Read Code 39 barcodes from one gif image, in VB.NET class
Dim barcodes() As string = BarCodeReader.scanBarCode("code39.gif", BarCodeType.CODE39)
// Read Code 128 & Data Matrix barcodes from one gif image, in VB.NET class
barcodes = BarCodeReader.scanBarCode("barcode.gif", BarCodeType.CODE128 | BarCodeType.DATAMATRIX)
|
| ALL RIGHTS RESERVED. Business Refinery (c) 2006 - 2010. | C#.NET QR Code, Code 128 Java, QRCode Java, QR Code C#.NET, Code 39 Java |