How to Create Linear EAN13 Barcodes Images in .NET with Visual Basic
Easy to integrate EAN-13 barcode generation SDK into VB.NET program developing environment
Generate & draw linear EAN-13 barcode images in various VB.NET applications
Able to create EAN-13 barcodes in .NET Windows Forms with Visual Basic Class
Easy to adjust EAN-13 barcode image settings using simple VB.NET programming
Draw EAN-13 in SQL Server Reporting Service & Crystal Reports for .NET projects
Own high compatibility with .NET Framework 2.0, 3.0, 3.5 and later versions
Brief Introduction of VB.NET EAN-13 Barcode Image
EAN13, as the standard barcode of European Article Number, is widely used worldwide. This linear barcode can only encode numeric data like 0,1,2,3,4,5,6,7,8,9. And according to GS1 General Specification, EAN13 can encode 12 data and 1 check digit. As for the check digit, our VB.NET Barcode Generator Component could generate it automatically.
How to Generate EAN-13 Barcodes in VB.NET Class?
You may generate a high-quality EAN13 barcode in the following three steps:
By adding reference, you could install our VB.NET Barcode Component to your web project.
By choosing item, you could install this VB.NET Barcode DLL to the Toolbox.
Now, you may generate EAN-13 by using the following free VB sample codes.
Dim ean13 AsNew BarcodeLib.Barcode.Linear() ean13.Type = BarcodeLib.Barcode.BarcodeType.EAN13 ean13.Data = "123456789123"