VB.NET EAN-13 Reader & Scanner SDK


How to scan, read EAN-13 barcode images in Visual Basic .NET Windows application?

How to read, scan, decode EAN-13 images in VB.NET class, ASP.NET Web & Windows applications

  • Scan EAN-13 barcode in VB.NET class, Console applications
  • Read EAN-13 barcode in VB.NET ASP.NET web projects
  • Read, decode EAN-13 images in Visual Studio VB.NET Windows Forms applications
  • Easy and simple to integrate EAN-13 reader component (single dll file) into your VB.NET project
  • Detailed tutorials on read barcode in asp.net c#, read barcode in c# windows application
  • Complete developed in C# 2005, for .net framework 2.0 and later version
  • Scanning, decoding EAN-13 from multiple image formats, like BMP, GIF, JPEG, PNG, TIFF formats
  • Scanning, reading EAN-13 from multi-page TIFF documents


How to read, scan EAN-13 barcode image in VB.NET application

  1. Download .NET EAN-13 Barcode Reader Library
  2. Install VB library to scan EAN-13 barcode images in VB.NET apps
  3. Step by Step Tutorial












Scan, Read EAN-13 barcodes from images is one of the barcode reading functions in .NET Barcode Reader SDK control. It is compatible for Microsoft Visual Studio .NET framework 2.0 and later version. VB.NET barcode scanner is a robust and mature .net barcode recognition component for VB.NET projects. You can easily scan and decode linear, 2d barcodes from image documents in your VB.NET class, console application, ASP.NET web projects, and VB.NET Windows software.
To help .net developers easiy integrate barcode reader control into your .net projects, we provide detailed online tutorial for
VB.NET Barcode Reader component supports scanning and reading 20+ linear, 2d barcodes, including
You may also be interested in:


Quick to scan barcodes in VB.NET WinForms, WPF application

This guide demonstrates how to scan and recognize EAN-13 (13-digit international standard linear barcode) using the VB.NET Barcode Reader library.

You can implement EAN-13 barcode scanning with a direct method call in VB.NET. The core scanning method accepts an image source and target barcode type as input parameters.

Follow these steps to scan EAN-13 barcodes in VB.NET:

  1. Call the core decoding method BarcodeScanner.Scan().
  2. Pass the barcode image file path as the first parameter.
  3. Specify the barcode type as BarcodeType.EAN13.
  4. The method returns a string array containing all decoded barcode data.

' Scan and decode EAN-13 barcode from image file
Dim datas As String() = BarcodeScanner.Scan("ean-13-barcode-image.gif", BarcodeType.EAN13)


Note: This method supports common image formats (GIF, PNG, JPG) in VB.NET desktop applications.














Common Asked Questions

What is the EAN-13 barcode?

EAN-13 is a 13-digit linear barcode, which contains 12-digit GS1 data message and 1 check digit. EAN is short for European Article Number, and now it is renamed as GTIN (Global Trade Item Number). EAN 13 code will be used to uniquely identify retail products worldwide.

In VB.NET class, you can use OnBarcode VB.NET Barcode Reader library to scan and read EAN-13 barcode text from image files in vb.net Windows applications.

How to check if EAN-13 is valid?

In the EAN-13 barcode, the first 12-digit of the number identify the item ID, and the final digit is a "check digit". Using VB.NET Barcode Reader Library, the scanned and decoded EAN-13 data will be verified by the last check digit.

How to read EAN-13 barcode?

You can use a barcode scanner device or barcode reader software to read and extract EAN-13 numbers from images. OnBarcode vb.net Barcode Scanner library enables VB console, WinForms, WPF apps to scan and read EAN-13, UPC-A, QR Code and other 2d, linear barcode text from image files.

How to scan EAN code?

EAN barcode usually includes EAN-13, EAN-8 and 2-digit or 5-digit addon. You can use barcode software or scanners to capture, read and recognize EAN barcodes from images. VB.NET Barcode Reader library supports both EAN-13 and EAN-8 (with or without addon) reading in Visual Basic console, WPF, Windows apps.












































































Terms of Use | Privacy Policy
Copyright © OnBarcode.com . All rights reserved.