C# Barcode Generator for ITF14 Creation

- 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
Generate ITF14 Barcode using C# Barcode Library
- Adds ITF-14 barcoding features easily into C#.NET Applications
- Creates extremely accurate GS1 compliant ITF-14 barcode
- Barcodes could be saved as PNG, BMP, GIF, JPEG, TIFF formats
- Allows drag-and-drop implementation & C# .NET class implementation
- Provides royalty free and perpetual license
- Purchased version provides C#.NET source code
- Compatible with Microsoft.NET Reporting Services
- 100% managed code created in C#
ITF-14 Barcode Creator for .NET is the most advanced and comprehensive component for rendering ITF-14 images into C#.NET Applications. In addition to ease of use, this barcode professional allows barcode creation by writing C# codes or using drag and drop method. X-dimension, wide-to-narrow ratio, barcode height, margins and other parameters are highly customizable to meet specified requirement.
ITF-14 Barcode Generator for C#.NET:
- Windows Forms Application (design-time and runtime support)
- .NET Console Application (runtime support)
- .NET Class Library (runtime support)
- Windows Service (runtime support)
Barcode Generation Component for C#.NET - ITF14 Specifications
ITF 14 is also known as GTIN-14 and EAN/UCC-14. It is a linear barcode symbology defined by standards of GS1. Based on the Interleaved 2 of 5, ITF-14 is mainly to encode a Global Trade Item Number. Besides, it is developed to handling high density digits and now widely used in shipping industries.
Valid character set of ITF-14 component for C#.NET:
- Numeric number: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
Barcode Generation SDK for C#.NET - ITF14 Barcode Generation
Requirements:
Before ITF-14 Generation in Windows Forms applications, please install:
- Windows 7, Windows Server 2008, Windows Vista, Windows Server 2003 or Windows XP
- .NET Framework 2.0, 3.0, 3.5 or greater
- Microsoft Visual Studio 2005/2008/2010
- Avapose.Barcode for .NET
Generate and create ITF14 barcode using C# barcode creator library in .NET Class
- Download Avapose.Barcode for .NET trial package and unzip it;
- Navigate to the Avapose.linearbarcode.winforms.dll and add it to the Winforms project reference;
- Drag and drop a button to the form, and double-click the button;
- Write the C# code samples below;
- Debug it, ITF-14 barcode image will be shown on the Form.
using Avapose.linearbarcode;
Linear Barcode = new Linear();
Barcode.LinearBarcode = LinearBarcode.Itf_14;
Barcode.BarcodeData = "1234567891234";
Barcode.BarWidth_X = 2;
Barcode.Rotation = Degree0;
Barcode.BarcodeHeight = 0;
Barcode.BarcodeWidth = 0;
Barcode.ResizeBarcode = true;
Barcode.DrawBarcodeImag("E://itf_14_csharp.gif");
Methods
// create and draw to image file
public void DrawBarcodeImage (string filename);
// create, draw, paint barcode on Graphics object
public void DrawBarcodeImage (Graphics graphics);
// create, draw, paint barcode on Bitmap object
public Bitmap DrawBarcodeImage ();
// create, draw, paint barcodeon Stream object
public void DrawBarcodeImage (Stream fileStream);
// create, draw, paint barcode on byte[] object
public byte[]DrawBarcodeImage AsBytes();
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: