KA.Barcode for .NET WinForms
Leitcode Barcode Generator for WinForms
Create & Print Leitcode Barcodes in WinForms, C#.NET, VB.NET Projects
Overviews

  • Leitcode generation in .NET windows applications
  • Easy-to-use & integrate controls completely written in managed C#
  • Generate Leitcode and other linear & 2D barcodes in C# class, such as UPC-E , EAN 8 , Codabar , Code 11 , Code 39 , Identcode , Interleaved 2 of 5 , ITF 14 , and QR Code
  • Add option N to set the proportion of the wide bar to the narrow one in Leitcode
  • Show human readable text with customizable Font, Color, and Margin Settings
  • Draw Leitcode using C# and VB.NET
  • Generate Leitcode in stream object, in graphics object, and image formats
  • Print and save Leitcode as gif, jpeg, png, tiff, and bitmap files

Leitcode Information

Leitcode, is also named as Deutsche Post Leitcode Barcode, German Postal 2 of 5 Leitcode, CodeLeitcode, Leitcode, Deutsche Post AG(DHL).

generate barcode in crystal report c#, barbecue java barcode generator, barcode excel 2010 download, barcode printing using vb.net, c# barcode scanner keyboard input, how to print barcode using prn file in c#

Barcode Character Set Sample Image
Leitcode
  • Digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9;

  • 13 digits encodable


How to Generate Leitcode Barcodes using WinForms Barcode Generator

Setup Process

  1. Download KeepAutomation WinForms Barcode Generator from the following link:

    KeepAutomation WinForms Barcode Generator (Evaluation Version)
  2. Unzip the package net_barcode_trial.zip in the project folder

Drag & Drop WinForms Leitcode Generator

  1. Open your project by .NET IDE
  2. Add KeepAutomation.Barcode.Windows.dll to project reference
  1. Add KeepAutomation.Barcode.Windows.dll to the Toolbox
  2. Drag and drop KeepAutomation.Barcode.Windows.dll (named BarcodeControl)

Quick Generating Leitcode for WinForms Using C#.NET, VB.NET

WinForms Barcode Generator for Leitcode set the default value of properties properly, which implement quick Leitcode generation in Windows Applications. You can add the following C#.NET or VB.NET Code to project.

Sample Code in C#.NET Sample Code in VB.NET
using KeepAutomation.Barcode.Bean;
BarCode leitcode = new BarCode();
leitcode.Symbology = Symbology.leitcode;
leitcode.CodeToEncode = "1234567";

leitcode.generateBarcodeToImageFile("C://leitcode-csharp.gif");

Dim leitcode As KeepAutomation.Barcode.Bean.BarCode = New KeepAutomation.Barcode.Bean.BarCode
leitcode.Symbology = KeepAutomation.Barcode.Symbology.leitcode
leitcode.CodeToEncode = "1234567"

leitcode.generateBarcodeToImageFile("C:/leitcode-vb.gif")

For advanced generation tutorial, see C#.NET Developer Guide For advanced generation tutorial, see VB.NET Developer Guide