.NET Windows Forms Interleaved 2 of 5 Barcode Features
Compatibility: Interleaved 2 of 5 barcode generator component is compatible with ISO/IEC 16390 (Second edition 2007-06-15).
Data length and encodable characters: variable pairs of data (0, 1, 2, 3, 4, 5, 6, 7, 8 & 9).
Structure:
Leading quiet zone;
Start pattern;
One or more pairs of symbol characters representing data (including optional symbol check character);
Stop pattern;
Trailing quiet zone.
Create .NET WinForms Interleaved 2 of 5 Barcode Through Control
Create a WinForms project in your Visual Studio.
Add BarcodeLib.Barcode.WinForms.dll to the Toolbox in your Visual Studio and four components (LinearWinForm, QRCodeWinForm, DataMatrixWinForm and PDF417WinForm) are added.
Drag component LinearWinForm to Form1 window.
Select Interleaved 2 of 5 barcode type through Properties window and change other settings of the barcode (if necessary).
Get your project started and you will see the generated barcode image.
Create .NET WinForms Interleaved 2 of 5 Barcode Image Using C# & VB SDK
Interleaved 2 of 5 Barcode Generation Using C# & VB .NET Class
Initially, you should add reference (BarcodeLib.Barcode.WinForms.dll) to your .NET WinForms project. Then, you can start writing your codes.