Leitcode for .NET WinForms
Leitcode Winforms Generator - Overview
  • Leitcode 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 Leitcode automatically
  • Increase the white spaces around the symbol
  • Supported by .NET 2.0 and later versions
Leitcode - Brief Introduction

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

1. How to generate Leitcode barcodes with Visual C# .NET


using BusinessRefinery.Barcode;

// construct a linear barcode object

Linear winformsleitcode = new Linear();

// set linear barcode symbology to be leitcode

winformsleitcode.Symbology = Symbology.leitcode;

// set UPC-A code text to encode

winformsleitcode.Code = "Leitcode";

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

winformsleitcode.drawBarcode2ImageFile("leitcode-in-winformscsharp.gif");


2. How to generate Leitcode using Visual Basic in .NET


// construct a linear barcode object

Dim winformsleitcode As BusinessRefinery.Barcode.Linear

winformsleitcode = New BusinessRefinery.Barcode.Linear()

// set linear barcode symbology to be leitcode

winformsleitcode.Symbology = BusinessRefinery.Barcode.Symbology.leitcode

// set UPC-A code text to encode

winformsleitcode.Code = "Leitcode"

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

winformsleitcode.drawBarcode2ImageFile("leitcode-in-winformsvb.gif")




Quick Links