Our Customers
Contact Us Email: support@barcodelib.com
Home > .NET Barcode > VB.NET Barcode Generation Guide > VB.NET UPC-E Barcode Generation Component
Download Barcode for .NET Suite Trial

VB.NET UPC-E Barcode Generator Component

UPC-E Barcode Generation in VB.NET Class with Free VB.NET Code
  • Built in managed C# and support C# & VB Class in .NET barcode projects
  • Generate UPC-E images in Reporting Services & Crystal Reports
  • Generate UPC-E barcode image in Console Application & ASP.NET class
  • Create linear UPC-E barcode images in VB.NET Windows Forms projects
  • Support other common linear barcodes, like GS1-128 and EAN-13
  • Support other 2D barcodes, like Data Matrix, PDF-417 and QR Code
General Introduction for VB.NET UPC-E Barcode Image
UPC-E, a 6-digit numeric barcode symbology, has similar symbol structure with that of UPC-A. In its human-readable text, the first digit stands for number system; the middle six digits stand for Manufacture & Product code; the last digit is checksum.
BarcodeLib.com also supports other GS1 compatible barcodes generation in VB.NET program, such as EAN-8, EAN-13, EAN-128, UPC-A, ITF-14, Data Matrix, QR Code in VB.NET, etc.
UPC-E Barcode Generation in VB.NET Class Lib
  1. Right click "Add Reference..." in the Solution Explorer and add "Barcodelib.Barcode.ASP.NET.dll" or "Barcodelib.Barcode.WinForms.dll" to your project.
  2. Right click "Choose Item..." in Toolbox and add "Barcodelib.Barcode.ASP.NET.dll" or "Barcodelib.Barcode.WinForms.dll" to the Toolbox.
  3. You could generate an UPC-E barcode with following sample VB codes.
     Dim upce As New BarcodeLib.Barcode.Linear()
upce.Type = BarcodeType.UPCE
upce.Data = "123456"

upce.BarColor = System.Drawing.Color.Blue
upce.BarWidth = 1
upce.LeftMargin = 8
upce.RightMargin = 8
upce.TextFontColor = System.Drawing.Color.Blue

' You could also adjust other settings of UPC-E, like image format, rotate, background color etc.

' Produce UPC-E barcode image into your system
upce.drawBarcode("c:/upce.jpeg")

' Produce UPC-E barcode & output to byte array
byte[] barcodeInBytes = upce.drawBarcodeAsBytes()

' Produce UPC-E barcode to Graphics object
Graphics graphics = ...
upce.drawBarcode(graphics)

' Produce UPC-E barcode and output to HttpResponse object
HttpResponse response = ...
upce.drawBarcode(response)

' Produce created UPC-E barcode to Stream object
Stream stream = ...
upce.drawBarcode(stream)
Above Free UPC-E sample codes are written in Visual VB 2005
UPC-E Barcode Image Generating in VB.NET ASP.NET Web Form
  1. Right click "Add Reference..." in the Solution Explorer and add "Barcodelib.Barcode.ASP.NET.dll" to your project.
  2. Right click "Choose Item..." in Toolbox and integrate "Barcodelib.Barcode.ASP.NET.dll" into your Toolbox.
  3. Copy files "linear.aspx" & "linear.aspx.cs" from the folder barcode in the trial package to your web folder.
  4. Drag "LinearASPNET" from the Toolbox and drop it on the split part of your aspx page.
  5. Click the produced barcode image and change barcode type to UPC-E in the Properties Window or generate an UPC-E barcode with above Free VB.NET UPC-E Encoding Code.
UPC-E Barcode Creation in VB.NET Windows Forms Program
  1. Right click "Add Reference..." in the Solution Explorer and add "BarcodeLib.Barcode.WinForms.dll" to your project.
  2. Right click "Choose Item..." in Toolbox and integrate "BarcodeLib.Barcode.WinForms.dll" into your Toolbox.
  3. Drag "LinearWinForm" from the Toolbox and drop it on your WinForms Project.
  4. Click the produced barcode image and change barcode type to UPC-E in the Properties Window or generate an UPC-E barcode with above Free VB.NET UPC-E Encoding Code.
UPC-E VB.NET Barcode Generating DLL Supported Barcodes
VB.NET Linear Barcodes:
VB.NET Matrix Barcodes:
VB.NET barcode generating dll could generate following linear barcodes: Codabar, Code 11, Code 2 of 5, Code 39, Code 93, Code 128, EAN 8, EAN 13, EAN 128, Interleaved 2 of 5, ITF14 (UPC Shipping Container Symbol), MSI Plessey, OneCode, Planet, Postnet, RM4SCC (British Royal Mail 4-State Customer Barcode), UPC-A, UPC-E.
VB.NET barcode generating dll could generate following 2d barcodes: Data Matrix, PDF417, QR Code.





Provides High Quality Barcode .NET SDK, Barcode ASP.NET SDK, Barcode C# SDK, Barcode VB.NET SDK, Barcode Windows Forms SDK, UPC-E .NET SDK, UPC-E VB.NET SDK, UPC-E C# SDK, UPC-E ASP.NET SDK, UPC-E WinForms SDK, UPC-E Reporting Services, Crystal Reports, and RDLC Reports Barcode SDKs.