How to Generate ITF-14 Barcodes in ASP.NET & WinForms .NET Applications
Popular ITF-14 C#.NET barcode generator used by a large number of customers
Compatible with major .NET development tools and support C# & VB.NET class
Create & print ITF-14 barcodes in Crystal Report & RDLC Reports using Visual C#.NET
Generate linear ITF-14 barcode using free C# class programming codes
Generate & output ITF-14 barcode to image files or byte arrays in C#.NET class
Generate other 2d (matrix) barcodes in C#.NET class, like QR Code, Data Matrix
C#.NET Linear ITF-14 Barcode Overview
Linear ITF-14 barcode, also known as UPC Shipping Container Symbol ITF-14, is often used to track containers. It can encode 14 digits, including a checksum which will be computed by our C#.NET barcode generator automatically.
How to Generate ITF-14 Barcode in C#.NET Class
After adding our barcode generator dll to your project reference and toolbox item, you may use following free sample C# codes to generate ITF-14 barcode:
// 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);
Above Free ITF-14 sample codes are written in Visual C# 2005
How to Create ITF-14 Barcode in ASP.NET Website Using C# Codes
Our ITF-14 barcode generator offers two methods to generate ITF-14 barcode in C#.NET applications: through Properties Window & C# .NET class.
Add Barcodelib.Barcode.ASP.NET.dll to your web project and Toolbox.
Open the folder "barcode" in the downloaded trial package and copy files "linear.aspx", "linear.aspx.cs" to your web project folder.
Drag LinearASPNET from the Toolbox and drop it on the split part of your aspx page. Then you will see a barcode image.
Click that barcode image and change its barcode type to ITF-14 in the Properties Window or generate an ITF-14 barcode with those free C# sample codes for ITF-14 barcode.
How to Generate ITF-14 Barcodes in C# Windows Forms Project
In our free trial package, you can find two barcode generating dlls: one is for ASP.NET web services and the other is for Windows Forms project.
Add BarcodeLib.Barcode.WinForms.dll from the trial package to your WinForms Project and Visual Studio Toolbox.
Drag LinearWinForm to your windows form and a barcode image will be visible.
Click generated image and adjust its barcode type to ITF-14 in the Properties Window or create an ITF-14 barcode image with free C# sample codes for ITF-14 barcode.