UPC-E Barcode Generator in VB.NET

- Professional barcode component for .NET 2.0/3.0/4.0
- Generate QR Code, UPC/EAN, UPC-E, ISBN, and more in .NET
- Support VB.NET, C#, Managed C++ and Borland Delphi for .NET
VB.NET Barcode Creator for UPC-E Generation
- Create & Print UPC-E barcode images easily into Visual Basic .NET Applications
- Support barcode creation in class library and console application
- Orientation options allow barcode images rotation in 0, 90, 180, 270 degrees
- Support 2 or 5 digits supplement to the UPC-E
- Support barcode creation in class library, Windows Forms application and console application
- Compatible with reporting scenarios such as Crystal Report and Reporting Service for .NET
- Save images in PNG, BMP, GIF, JPEG, TIFF and multipage TIFF formats
- 100% integration with Visual Basic .NET
Avapose.Barcode for .NET is designed for inserting UPC-E barcode images into Windows Forms applications. Accurate barcode could be created to the extent by setting X & Y dimensions, margins, resolution and other properties. Drag-and-drop implementation & VB.NET class implementation methods are provided for inserting UPC-E barcodes.
UPC-E Barcode Component for VB.NET:
- Windows Forms Application (design-time and runtime support)
- .NET Console Application (runtime support)
- .NET Class Library (runtime support)
- Windows Service (runtime support)
UPC-E Barcode Maker SDK in VB.NET - UPC-E Information
UPC-E is a zero-suppression version of UPC-A which is also a linear barcode of the EAN/UPC symbology family. UPC-E encodes 6 digits data and is only half length of UPC-A. It is widely used for labeling small items. UPC-A could be converted to UPC-E. And A two-digit Add-On Symbol or five-digit Add-On Symbol may be used in an UPC-E barcode.
Encodable character set of UPC-E control for VB.NET:
- 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
Barcode Writer Library in VB.NET - UPC-E Generation
Requirements:
Before UPC-E creation in Windows Forms applications, make sure you complete installation of:
- Operating systems: Windows 7, Windows Server 2008, Windows Vista, Windows Server 2003 or Windows XP
- .NET Framework: 2.0, 3.0, 3.5 or greater
- Microsoft Visual Studio: 2005/2008/2010
- Avapose.Barcode for .NET
Create and print UPC-E barcode images in VB.NET using UPC-E Barcode .NET DLL
- Download Avapose.Barcode for .NET trial package and unzip it;
- Find the barcode generator, add Avapose.linearbarcode.winforms.dll to the Winforms project reference;
- Drag and drop a button to the form, and double-click the button;
- Write the VB code samples provided below;
- Debug it, you will see the UPC-E image on the Form.
Dim a As Avapose.linearbarcode.Linear = New Avapose.linearbarcode.Linear()
vb.LinearBarcode = Avapose.linearbarcode.LinearBarcode. Upce
vb.BarcodeData = "123456"
vb.BarWidth_X = 2
vb.BarHeight_Y = 70
vb.ImageFormat = System.Drawing.Imaging.ImageFormat.Gif
vb.DrawBarcodeImage("c:/upc_e_vb.gif")
Methods
// create and draw to image file
Public Sub DrawBarcodeImage(ByVal filename As String)
// create, draw, paint barcode on Graphics object
Public Sub DrawBarcodeImage (ByVal graphics As System.Drawing.Graphics)
// create, draw, paint barcode on Bitmap object
Public Function DrawBarcodeImage () As System.Drawing.Bitmap
// create, draw, paint barcodeon Stream object
Public Sub DrawBarcodeImage (ByVal fileStream As System.IO.Stream)
// create, draw, paint barcode on byte[] object
Public Function DrawBarcodeImage () As Byte()
Related UPC-E Barcode Integration & Generation Information
The following UPC-E barcode integration and creation information links relate to this product that may be of interest to you: