Our Customers
Contact Us Email: support@barcodelib.com
Home > .NET Barcode > VB.NET Barcode Generation Guide > Interleaved 2 of 5 Barcode Generation Component in VB.NET Library
Download Barcode for .NET Suite Trial

VB.NET Interleaved 2 of 5 Barcode Generator DLL

Guidance on Interleaved 2 of 5 Barcode Generation in VB.NET Programs
  • Draw Interleaved 2 of 5 in VB.NET library, compatible with international standards
  • Generate Interleaved 2 of 5 barcode in VB ASP.NET class & Console applications
  • Easy to draw Interleaved 2 of 5 image to RDLC & Crystal Reports in VB.NET Library
  • Print & generate Interleaved 2 of 5 barcode in VB Windows Forms .NET projects
  • Offer several unique options to change Interleaved 25 settings, like addchecksum
  • Draw & save barcode to gif, jpeg, png and bmp image files in VB.NET barcoding class library
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
  1. In the Solution Explorer, right click "Add Reference..." to add Barcodelib.Barcode.ASP.NET.dll or Barcodelib.Barcode.WinForms.dll to your project.
  2. In Toolbox, right click "Choose Item..." to add Barcodelib.Barcode.ASP.NET.dll or Barcodelib.Barcode.WinForms.dll to the Toolbox.
  3. Now, you may generate an Interleaved 2 of 5 barcode with following sample VB codes.
     Dim interleaved_25 As New BarcodeLib.Barcode.Linear()
interleaved_25.Type = BarcodeType.INTERLEAVED25
interleaved_25.Data = "211121211"

interleaved_25.BarColor = System.Drawing.Color.Blue
interleaved_25.BarWidth = 2
interleaved_25.LeftMargin = 12
interleaved_25.RightMargin = 12

' More interleaved barcode settings here, like rotation, data text style, checksum, etc.

' Draw barcode image into your system
interleaved_25.drawBarcode("c:/interleaved_2_of_5.jpeg")

' Output interleaved 2 of 5barcode to byte array
byte[] barcodeInBytes = interleaved_25.drawBarcodeAsBytes()

' 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
  1. Integrate Barcodelib.Barcode.ASP.NET.dll to your project.
  2. Integrate Barcodelib.Barcode.ASP.NET.dll to your Toolbox.
  3. Copy files "linear.aspx" & "linear.aspx.cs" from the folder "barcode" in the trial package to your web program folder.
  4. Drag and drop "LinearASPNET" from the Toolbox and drop it on the split part of your aspx page.
  5. 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
  1. Integrate BarcodeLib.Barcode.WinForms.dll to your web program.
  2. Integrate BarcodeLib.Barcode.WinForms.dll to your Toolbox.
  3. 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
VB.NET Linear Barcodes:
VB.NET Matrix Barcodes:
Linear Barcodes Suitable for VB.NET Barcode Generator Control: Codabar, Code 11, Code 2 of 5, Code 39, Code 93, Code 128, EAN 8, EAN 13, EAN 128, Interleaved 2 of 5, ITF14 (UPC Shipping Container Symbol), MSI Plessey, OneCode, Planet, Postnet, RM4SCC (British Royal Mail 4-State Customer Barcode), UPC-A, UPC-E.
2D Barcodes Suitable for VB.NET Barcode Generator Control: Data Matrix, PDF417, QR Code.





Provides High Quality Barcoding .NET SDK, Barcoding ASP.NET SDK, Barcoding C# SDK, Barcoding VB.NET SDK, Barcoding .NET WinForms SDK, Interleaved 2 of 5 C#.NET, Interleaved 2 of 5 VB.NET, Interleaved 2 of 5 Barcode Controls for .NET, ASP.NET, Windows Forms, Reporting Services, Crystal Reports, and RDLC Reports.