Our Customers
Contact Us Email: support@barcodelib.com
Home > .NET Barcode DLL > C# Barcode Generation Tutorial > ITF-14 Generator Component Used in C#.NET Class
Download Barcode for .NET Suite Trial

ITF-14 Barcode Generator Library for C#.NET

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:
     BarcodeLib.Barcode.Linear itf14 = 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);
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.
  1. Add Barcodelib.Barcode.ASP.NET.dll to your web project and Toolbox.
  2. Open the folder "barcode" in the downloaded trial package and copy files "linear.aspx", "linear.aspx.cs" to your web project folder.
  3. Drag LinearASPNET from the Toolbox and drop it on the split part of your aspx page. Then you will see a barcode image.
  4. 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.
  1. Add BarcodeLib.Barcode.WinForms.dll from the trial package to your WinForms Project and Visual Studio Toolbox.
  2. Drag LinearWinForm to your windows form and a barcode image will be visible.
  3. 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.
Other Supported Linear & 2D Barcode Types
C# 1D Barcode Generation:
C# 2D Barcode Generation:
Generate & Print 2D Barcode Using C#.NET Barcode Generator SDK: Codabar, Code 11, Code 2 of 5, Code 39, Code 93, EAN-8, EAN-13, Interleaved 2 of 5, ITF-14 (UPC Shipping Container Symbol), Code 128, EAN 128/GS1 128, MSI Plessey, Intelligent Mail, Planet, Postnet, RM4SCC (British Royal Mail), UPC-A, UPC-E.
Generate & Print 1D Barcode Using C#.NET Barcode Generator SDK: Data Matrix, PDF 417, QR Code.
The links below will help you generate ITF-14 barcode in other applications:





Provides High Quality Barcode .NET Control, Barcode ASP.NET Control, Barcode WinForms Control, Barcode C# Control, Barcode VB.NET Control, ITF-14 .NET Control, ITF-14 C# Control, ITF-14 VB.NET Control, ITF-14 ASP.NET Control, ITF-14 WinForms Control, ITF-14 .NET SSRS, .NET Crystal Reports, and .NET RDLC Reports Barcode Controls.