C#. Identcode Generator Data Encoding Tutorial
sample source code to input valid data and generate linear Identcode images in C# .NET
C# Identcode Overview
Identcode, also known as German Postal 2 of 5 Identcode, Deutsche Post Identcode Barcode, is a 14-digit bar code of the postal carrier cooperation with information about the recipient.
C# Identcode is barcode generation dill for .NET programming. It can easily generate Identcode images in various .NET platforms, such as ASP.NET barcode generator web control, .NET Winforms barcode generator control and Reporting service barcode generation component.
OnBarcode C# Barcode Generator is designed to generate, create Identcode and other linear & 2d barcodes in Microsoft Word.
Here are some more tutorials for C# Identcode generation concerning size & image setting.
How to generate, print barcode using .NET, Java sdk library control with example project source code free download:
Identcode Data Encoding for C# console application
C# Identcode data encoding can be divided into two parts, which are C# Identcode character set and C# Identcode data length.
Identcode Valid Character Set in C# ASP.NET web projects
Identcode is a variable linear barcode, which can encode following data:
Numeric Digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
With C# Identcode valid data, C# Identcode generation component can only encode 11 numeric digits data to generate high quality Identcode images without distortion in various programming written in C#.
Encoding Only 11 Numeric Digits
C# Identcode generation component allows encoding 11 digits to create high quality Identcode images in C#.NET applications:
Linear identcode = new Linear();
identcode.Type = BarcodeType.IDENTCODE;
identcode.Data = "12345678945";