Our Customers
Contact Us Email: support@barcodelib.com
Home > .NET Barcode SDK > VB.NET Barcode Creating Guide > How to Generate ITF-14 Barcode Using VB.NET Class
Download Barcode for .NET Suite Trial

Reliable VB.NET Generator DLL for ITF-14 Barcode

Use Free VB.NET Codes to Generate ITF-14 Barcode in .NET Applications
  • Globally recognized ITF-14 barcode generator component being used for over 10 years
  • Completely built in managed C# and support .NET Framework 2.0 & greater
  • Simple-to-use dlls with powerful functions to create ITF-14 barcodes using VB.NET
  • Generate linear ITF-14 barcodes in ASP.NET web applications & WinForms projects
  • Generated ITF-14 barcodes are absolutely compatible with industry specifications
  • Common 1d & 2d barcode types are also supported by this VB.NET barcode generator
VB.NET ITF-14 Linear Barcode Introduction
ITF-14 barcode is a numeric-only linear barcode. It can encode 13 data and 1 check digit. The 13 data carries information of packaging indicator, UPC / EAN numbering system, manufacturer codes and item codes.
How to Generate ITF-14 Barcode Using VB.NET Class
  1. There are several dlls in our free trial package and you can add either of them to your project reference and toolbox.
  2. For ASP.NET & .NET WinForms application barcoding, please add "BarcodeLib.Barcode.ASP.NET.dll" or "BarcodeLib.Barcode.WinForms.dll" respectively.
  3. After the installation, free VB.NET codes below may be used to generate ITF-14 barcode in .NET development environments.
     Dim itf14 As New BarcodeLib.Barcode.Linear()
itf14.Type = BarcodeType.ITF14
itf14.Data = "1234567891234"

itf14.BarColor = System.Drawing.Color.Black
itf14.BarWidth = 1
itf14.LeftMargin = 7
itf14.RightMargin = 7
itf14.BearerBars = BearerBar.Frame;
itf14.BearerBarWidth = 2;
itf14.N = 2;

'More ITF-14 barcode settings here, like human-readable text, rotation etc.

'Save barcode image into your system
itf14.drawBarcode("c:/itf-14.jpeg")

'Encode ITF-14 barcode & output to byte array
byte[] barcodeInBytes = itf14.drawBarcodeAsBytes()

'Draw ITF-14 barcode to Graphics object
Graphics graphics = ...
itf14.drawBarcode(graphics)

'Create ITF-14 barcode and output to HttpResponse object
HttpResponse response = ...
itf14.drawBarcode(response)

'Encode ITF-14 barcode and output to Stream object
Stream stream = ...
itf14.drawBarcode(stream)
How to Create ITF-14 Barcode in VB.NET ASP.NET Web Applications
  1. Find "Barcodelib.Barcode.ASP.NET.dll" in the trial package and embed it to your project and VS toolbox.
  2. Copy files "linear.aspx" & "linear.aspx.cs" from the folder "barcode" in the trial package to your web folder.
  3. Drag "LinearASPNET" from the Toolbox and drop it on the split part of your aspx page.
  4. Select generated barcode image and change its barcode type to ITF-14 in the Property Window or you can also generate a standard ITF-14 barcode using above VB.NET sample codes.
How to Generate ITF-14 Barcodes in WinForms Project Using VB.NET
  1. Add "BarcodeLib.Barcode.WinForms.dll" to your project.
  2. Add "BarcodeLib.Barcode.WinForms.dll" into your Visual Studio Toolbox.
  3. Drag "LinearWinForm" from the Toolbox and and change its type to ITF-14 in Properties Window or create an ITF-14 barcode with above VB.NET sample codes.
Barcodes Supported by ITF-14 VB.NET Barcode Component
VB.NET Linear Barcodes:
VB.NET Matrix Barcodes:
Generate linear barcodes in VB.NET class projects: 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.
Generate 2d barcodes in VB.NET class projects: Data Matrix, PDF417, QR Code.
Read more information about ITF-14 bar coding generator used in other programs:





Provides High Quality Barcode Lib .NET, Barcode Lib ASP.NET, Barcode Lib C#, Barcode Lib VB.NET, Barcode Lib Windows Forms, ITF-14 .NET Barcode, ITF-14 C# Barcode, ITF-14 VB.NET Barcode, ITF-14 ASP.NET Barcode, ITF-14 WinForms Barcode, ITF-14 Reporting Services, Crystal Reports, and RDLC Reports Barcode Controls.