Leitcode Barcode Generator SDK for VB.NET
How to generate and print Deutsche Post Leitcode barcode in VB.NET applications
- Create, draw and print Leitcode barcodes in Visual Basic ASP.NET Web Forms and VB.NET Winforms applications
- Generate Leitcode in VB.NET class & console application, SQL Server Reporting Service (SSRS) & Crystal Reports for .NET projects
- 100% run in Visual Basic.NET and compatible with .NET 2.0/3.0/3.5 and advanced version
- Provide N option to easily adjust Leitcode wide/narrow ratio
- Easy to be integrate barcode generating component into Microsoft Visual Studio, and support VS 2005/2008/2010
- Support multiple image options, including image format, DPI, Angle
- Enable or disable human-readable text with customizable font, color, margin
- Mature barcode generating component DLL
VB.NET Barcode Generator for Leitcode Creation - Overview
VB.NET Leitcode is one part of .NET barcode generator, which is a mature and easy-to-use .NET barcode generating component to be used in Visual Studio and other development environment supported by .NET Framework. It provides VB.NET developers with strong named assemblies and comprehensive barcode settings.
Leitcode Information
- Numeric-only linear barcode symbology with fixed-length of 14 digits
- Aka: German Postal 2 of 5 Leitcode, CodeLeitcode, Leitcode, Deutsche Post AG (DHL)
- Using Field: German Postal Service
- Encode Charater set:
- 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
Development Environment
- Windows Forms Application (design-time and runtime support)
- .NET Web Forms Web site (design-time and runtime support)
- Console Application (runtime support)
- .NET Web Service Project (runtime support)
- Crystal Reports for .NET Application (runtime support)
- Windows Service (runtime support)
- Class Library (runtime support)
Generate and print Leitcode barcode using VB.NET barcode making library
Generate Leitcode in VB.NET class:
Dim barcode As
Avapose.Barcode.Encoder.ClassLibrary.BarCode =
New Avapose.Barcode.Encoder.ClassLibrary.BarCode
// Leitcode encoding set
barcode.Symbology = Avapose.Barcode.Encoder.ClassLibrary.Symbology.Leitcode
// Leitcode valid character set, encode 13-digit length only, excluding a checksum digit
barcode.Data = "5016501650165"
// Leitcode basic settings, including sizing, color, etc
barcode.UOM = Avapose.Barcode.Encoder.ClassLibrary.UnitOfMeasure.Pixel
barcode.X = 1
barcode.Y = 60
barcode.BearerBarStyle = 0
barcode.BarcodeImageWidth = 175
barcode.BarcodeImageHeight = 50
barcode.Angle = Avapose.Barcode.Encoder.ClassLibrary.Angle.Degree0
barcode.AutoResize =
True
// Leitcode background & foreground color set
// Leitcode background & foreground color set
// Leitcode text releted seeting, including color, font, margin
barcode.ShowText = True
barcode.TextColor = Color.HotPink
barcode.TextFont = New Drawing.Font("Arial", 10.0F, Drawing.FontStyle.Italic)
// Leitcode barcode image format set
barcode.draw(".../leitcode.png")

Related Leitcode Barcode Integration & Generation Information
The following Leitcode barcode integration and creation information links relate to this product that may be of interest to you:
|
|