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 C# class, you can use OnBarcode C# Barcode Reader library to scan and read EAN-13 barcode text from image files in C# ASP.NET, MVC, Windows applications.
In C# class, you can use OnBarcode C# Barcode Reader library to scan and read EAN-13 barcode text from image files in C# ASP.NET, MVC, 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 C# 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 C# Barcode Scanner library enables ASP.NET Core, MVC, 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.
C# Barcode Reader library supports both EAN-13 and EAN-8 (with or without addon) reading in C# ASP.NET Core, MVC web and Windows apps.
