How to integrate ITF14 barcode creation functionality into VB.NET projects
VB.NET Barcode Generator for ITF14 Generation
  • Professional barcode component for .NET 2.0/3.0/4.0
  • Generate QR Code, UPC/EAN, Code 128, ISBN, and more in .NET
  • Support VB.NET, C#, Managed C++ and Borland Delphi for .NET
ITF14 Barcode Creator in VB.NET
  • Professional ITF-14 barcode generation component for VB.NET
  • Integrate ITF-14 barcode into Crystal Report and SSRS for VB.NET projects
  • Completely run in Visual Basic.NET 2.0/3.0/4.0
  • Rich barcode image formats like JPEG, PNG, TIFF, GIF are provided to fit different usages
  • ITF-14 parameters are pre-configured in this barcode SDK for easy generation
  • Automatically compute checksum character for ITF-14
  • Human-readable text can be enabled or disabled in ITF-14
  • Easy to generate the bearer bar with flexible bearer bar options
Avapose ITF-14 barcode generation library for VB.NET is easy to integrate ITF-14 barcode features into VB.NET projects in Visual Studio 2005/2008/2010. All barcode parameters are pre-configured in this barcode SDK for easy generation. Rich barcode options are provided for developer to generate required barcodes.
.NET ITF-14 Generator for VB.NET Development:
  • Windows Forms Application (design-time and runtime support)
  • Console Application (runtime support)
  • Class Library (runtime support)
  • Windows Service (runtime support)
VB.NET Barcode Generator Library - ITF-14 Specifications
ITF-14 is the GS1 implementation of the Interleaved 2 of 5 barcode symbology used to mark cartons, cases, or containers that contains products that have a UPC/EAN product barcode. ITF-14 is 14 digits long with a checksum character appended on the trailing place. It is often surrounded by bearer bar to enhance the readability and equalize the pressure exerted by the printing plate.
Valid encoded data for ITF-14 in VB.NET:
  • Digital characters: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
Barcode Creation Library in VB.NET - ITF-14 Generation

Requirements:

Before you generate ITF-14 in VB.NET applications, you need to install:
  • Windows XP, Windows Vista and Windows 7
  • .NET 2.0, 3.0 and advanced version
  • Microsoft Visual Studio 2005/2008/2010
  • Avapose.Barcode for .NET

Generate ITF14 barcode image in VB.NET using .NET linear barcode drawing library

  1. Download Avapose Winforms Barcode Trial and unzip;
  2. Copy Avapose.linearbarcode.winforms.dll to the project folder of your Windows Forms Application.
  3. Open a VB.NET project with Visual Studio. In the "Solution Explorer", right click "Reference" and select "Add Reference";
  4. Click "Browse" in the popup window, find Avapose.linearbarcode.winforms.dll, and click "OK";
  5. Find "Toolbox", and drag a "Button" onto your Form;
  6. Double click "Button", or right click on "Button" and select "View Code". Writing the following VB.NET code accordingly to generate ITF-14.
Dim barcode As Avapose.linearbarcode.Linear = New Avapose.linearbarcode.Linear()
barcode.LinearBarcode = Avapose.linearbarcode.LinearBarcode.Itf_14
barcode.BarcodeData = "0001234564568"
barcode.MeasurementUnit = Avapose.linearbarcode.MeasurementUnit.Pixel
barcode.BarWidth_X = 2
barcode.BarHeight_Y = 50
barcode.Resolution = 72
barcode.Rotation = Avapose.linearbarcode.Rotation.Degree90
barcode.BackgroundColor = Color.White
barcode.CheckSumInText = True
barcode.HoriBarRatio = 3
barcode.HoriBearerBar = 1
barcode.VertBearerBar = 1
barcode.DrawBarcodeImage("c://barcode.png")
Related ITF14 Barcode Integration & Generation Information
The following ITF14 barcode integration and creation information links relate to this product that may be of interest to you:
Testimonial for Avapose.Barcode for .NET (VB.NET)
We bought your Barcode Generator for .NET a few weeks ago, and it works pretty well
Carios Louis, Eureka Software Ltd,UK