Easily add EAN 13 barcode generation functionality to ASP.NET web applications
EAN13 Barcode Generator for ASP.NET Applications
  • Easy to insert EAN13 barcode into console applications & ASP.NET Web Site
  • Create and print high quality EAN 13 barcode images for ASP.NET web applications
  • Support Visual Studio 2005, 2008, 2010
ASP.NET Barcode Server Component for EAN13 Generation
  • Insert & print EAN 13 images in ASP.NET Web Site & Console Application
  • Strong named 100% managed code created in Visual C# .NET
  • Created barcodes are conformed fully to the GS1 General Specifications
  • Properties include height, margin, resolution, orientation etc. are adjustable
  • Easy implementation with VB, C# codes & IIS (Internet Information Services)
  • Support EAN-13 Supplement 2/Two-digit Add-On and EAN-13 Supplement 5/Five-digit Add-On
  • Perform well in .NET Framework 2.0, 3.0 and greater
  • Save barcode image as TIFF, BMP, GIF, JPEG or PNG format
Avapose.Barcode for ASP.NET dll is the most advanced web server control for EAN 13 barcode creation. This ASP.NET control support most popular web browsers which display GIF, JPEG, BMP and PNG images. Barcode could be created easily in web applications by using C# & VB codes. EAN 13 barcode control is easy to be used in Visual Basic .NET, C#, Managed C++ and Borland Delphi for .NET.
EAN 13 barcode generator component for ASP.NET:
  • ASP.NET Web Site (design-time and runtime support)
  • Console Application (runtime support)
  • Class Library (runtime support)
  • ASP.NET Web Services (runtime support)
ASP.NET Barcode Generating SDK - EAN 13 Specification
EAN 13 is a linear barcode which usually encode 12 digits plus one check digit. Information can be encoded in the five-digit Add-On Symbol of EAN 13 to differentiate between successive issues. EAN 13 could be used along with the UPC barcodes for scanning trade items at the point of sale.
ASP.NET web server control encodes:
  • 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
ASP.NET Barcode Creating Component - EAN 13 Barcode Generation

Requirements:

Make sure you complete installation of:
  • IIS(Internet Information Services)
  • Windows Vista, Windows Server 2003 and Windows XP
  • .NET 2.0, 3.0 and above
  • Microsoft Visual Studio 2005, 2008 and 2010
  • Avapose.Barcode for ASP.NET

Create EAN 13 barcode image to web forms applications in ASP.NET projects

  1. Download Avapose.Barcode for ASP.NET and unzip it on developer’s computer;
  2. Copy Avapose.linearbarcode.aspnet.dll to your ASP.NET project folder;
    (Do not copy .dll to .NET bin directory, Visual Studio will do so.)
  3. Copy "linear.aspx" and "linear.aspx.cs" in the barcode folder and place them in the target project folder;
  4. Display toolbox and choose "Choose Items"; click "Browse" in the popped up window and navigate to the dll; After clicking "OK", you could find the "LinearWebControl" on the toolbox;
  5. Drag and drop the "LinearWebControl" to your aspx page;
  6. Click "Debug" and EAN 13 occurs.

Generate and print EAN13 barcode in ASP.NET using barcode web server component for ASP.NET

  1. Download Avapose.Barcode for ASP.NET free package and unzip it on hard drive;
  2. Copy the Avapose.linearbarcode.aspnet.dll to target folder; (Do not copy bin directory, VS will do it automatically)
  3. Add Avapose.linearbarcode.aspnet.dll to reference of your ASP.NET project;
  4. Copy "linear.aspx" and "linear.aspx.cs" in barcode folder and place them in the target project folder;
  5. Write the VB or C# code samples provided below;
  6. Debug it, the EAN 13 image could be created.

C# code


using Avapose.linearbarcode;
Linear Barcode = new Linear();

Barcode.LinearBarcode = LinearBarcode.Ean13;

Barcode.BarcodeData = "123456789120";

Barcode.BarWidth_X = 2;

Barcode.Rotation = Degree0;

Barcode.BarcodeHeight = 2;

Barcode.BarcodeWidth = 60;

Barcode.ResizeBarcode = true;

Barcode.DrawBarcodeImag("E://ean_13_csharp.gif");



VB code


Dim a As Avapose.linearbarcode.Linear = New Avapose.linearbarcode.Linear()
vb.LinearBarcode = Avapose.linearbarcode.LinearBarcode.Ean13
vb.BarcodeData = "123456789120"
vb.BarWidth_X = 2
vb.BarHeight_Y = 60
vb.ImageFormat = System.Drawing.Imaging.ImageFormat.Gif
vb.DrawBarcodeImage("E://ean_13_vb.gif")




Insert EAN 13 by Using IIS Implementation Method

  1. Download Avapose.Barcode for ASP.NET and unzip;
  2. Copy Avapose.linearbarcode.aspnet.dll to the project folder of your web Application;
    (The DLL will be copied to the bin directory automatically)
  3. Copy "linear.aspx" and "linear.aspx.cs" in barcode folder and place them in the target project;
  4. Restart IIS, and navigate to http://YourDomain:Port/barcode/linear.aspx?BarcodeData=123456789120&LinearBarcode=14
  5. Now a EAN 13 is generated, properties could be adjusted;
  6. To add the created EAN 13 images in html or aspx pages, simply insert the following image tag into your web pages:
    <img src= http://YourDomain:Port/barcode/linear.aspx?BarcodeData=123456789120&LinearBarcode=14">
Testimonial for Barcode Generation SDK for ASP.NET
We bought your product Barcode Generator for ASP.NET a few weeks ago, and it works pretty well!
Carlos Louis, Eureka Software Ltd, UK.