Basic Information about VB.NET Interleaved 2 of 5 Barcode
Interleaved 2 of 5, also known as ANSI/AIM ITF 25, ANSI/AIM I-2/5, Uniform Symbology Specification ITF, USS ITF 2/5, ITF, I-2/5, 2 of 5 Interleaved, 2/5 Interleaved, is a high-density numeric linear barcode symbology. It can only encode an even number of data elements.
All interleaved 2 of 5 barcode images generated by our VB.NET barcode generator are compatible with ISO/IEC 16390.
Interleaved 2 of 5 Barcode Generation in VB.NET Class Lib
In the Solution Explorer, right click "Add Reference..." to add Barcodelib.Barcode.ASP.NET.dll or Barcodelib.Barcode.WinForms.dll to your project.
In Toolbox, right click "Choose Item..." to add Barcodelib.Barcode.ASP.NET.dll or Barcodelib.Barcode.WinForms.dll to the Toolbox.
Now, you may generate an Interleaved 2 of 5 barcode with following sample VB codes.
Dim interleaved_25 AsNew BarcodeLib.Barcode.Linear() interleaved_25.Type = BarcodeType.INTERLEAVED25 interleaved_25.Data = "211121211"
' Draw interleaved 2 of 5 barcode to Graphics object Graphics graphics = ... interleaved_25.drawBarcode(graphics)
' Encode interleaved 2 of 5 barcode and output to HttpResponse object HttpResponse response = ... interleaved_25.drawBarcode(response)
' Generate interleaved 2 of 5 barcode and output to Stream object Stream stream = ... interleaved_25.drawBarcode(stream)
These VB codes are written in Visual C# 2005
Interleaved 2 of 5 Images Generation in VB ASP.NET Web Program
Integrate Barcodelib.Barcode.ASP.NET.dll to your project.
Integrate Barcodelib.Barcode.ASP.NET.dll to your Toolbox.
Copy files "linear.aspx" & "linear.aspx.cs" from the folder "barcode" in the trial package to your web program folder.
Drag and drop "LinearASPNET" from the Toolbox and drop it on the split part of your aspx page.
Click the produced barcode image and change barcode type to INTERLEAVED25 in the Properties Window or generate an Interleaved 2 of 5 barcode with above VB Interleaved 2 of 5 Creation Code.
Interleaved 25 Barcodes Generation in VB.NET WinForms Program
Integrate BarcodeLib.Barcode.WinForms.dll to your web program.
Integrate BarcodeLib.Barcode.WinForms.dll to your Toolbox.
Drag LinearWinForm to your windows form and adjust its type to INTERLEAVED 25 in Properties Window or create an Interleaved 2 of 5 barcode with above VB Interleaved 2 of 5 Creation Code.
Interleaved 2 of 5 VB.NET Barcode Generator Supported Barcodes