ITF-14 for .NET WinForms
ITF-14 Winforms Generator - Overview
  • ITF-14 bar code image generator for Winforms in .NET project
  • A clear structured and strongly named DLLs
  • Compatible with Window Control Library and Web Control Library in .NET
  • Support Windows application, console application, and class library
  • Compute check digits for ITF-14 automatically
  • Increase the white spaces around the symbol
  • Supported by .NET 2.0 and later versions
ITF-14 - Brief Introduction

The installation of ITF-14 Winforms Generator into Winforms is straightforward. Dynamic ITF-14 could be generated easily using ITF-14 Winforms Generator. ITF-14 Winforms Generator could be used to draw ITF-14 in Windows applications. At the same time, it could be add to Winforms to stream ITF-14 barcode image via Winforms.
ITF-14 Winforms Generator - Generating Sample Code

1. How to generate ITF-14 barcodes with Visual C# .NET


using BusinessRefinery.Barcode;

// construct a linear barcode object

Linear winformsitf14 = new Linear();

// set linear barcode symbology to be itf14

winformsitf14.Symbology = Symbology.itf14;

// set UPC-A code text to encode

winformsitf14.Code = "ITF-14";

//draw barcode and save into image file in gif format

winformsitf14.drawBarcode2ImageFile("itf14-in-winformscsharp.gif");


2. How to generate ITF-14 using Visual Basic in .NET


// construct a linear barcode object

Dim winformsitf14 As BusinessRefinery.Barcode.Linear

winformsitf14 = New BusinessRefinery.Barcode.Linear()

// set linear barcode symbology to be itf14

winformsitf14.Symbology = BusinessRefinery.Barcode.Symbology.itf14

// set UPC-A code text to encode

winformsitf14.Code = "ITF-14"

//draw barcode and save into image file in gif format

winformsitf14.drawBarcode2ImageFile("itf14-in-winformsvb.gif")




Quick Links