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
There are several dlls in our free trial package and you can add either of them to your project reference and toolbox.
For ASP.NET & .NET WinForms application barcoding, please add "BarcodeLib.Barcode.ASP.NET.dll" or "BarcodeLib.Barcode.WinForms.dll" respectively.
After the installation, free VB.NET codes below may be used to generate ITF-14 barcode in .NET development environments.
Dim itf14 AsNew BarcodeLib.Barcode.Linear() itf14.Type = BarcodeType.ITF14 itf14.Data = "1234567891234"
'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
Find "Barcodelib.Barcode.ASP.NET.dll" in the trial package and embed it to your project and VS toolbox.
Copy files "linear.aspx" & "linear.aspx.cs" from the folder "barcode" in the trial package to your web folder.
Drag "LinearASPNET" from the Toolbox and drop it on the split part of your aspx page.
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
Add "BarcodeLib.Barcode.WinForms.dll" to your project.
Add "BarcodeLib.Barcode.WinForms.dll" into your Visual Studio Toolbox.
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