Fixed data length: 8 characters (A mandatory checksum digit is included)
Add-On symbol: Two-Digit Add-On symbol or Five-Digit Add-On symbol
Code type: continuous
Create EAN-8 Barcode Image by Dragging and Dropping
Create a web form project in your Visual Studio.
Add BarcodeLib.Barcode.ASP.NET DLL to the Toolbox and four items are added in (QRCodeASPNET, PDF417ASPNET, DataMatrixASPNET and LinearASPNET).
Copy "linear.aspx" and "linear.aspx.cs" to your project folder.
Drag and drop LinearASPNET to your project.
Select EAN-8 in Type item under Properties window.
Change other properties of EAN-8 in Properties window, such as data, supplement data, image format and color.
Debug and the barcode image is generated on your web page.
Stream EAN-8 Barcode Using C# & VB.NET Class
First of all, you should add reference (BarcodeLib.Barcode.ASP.NET DLL) to your ASP.NET project. Then, write the following sample codes in your ASP.NET class.