- Home
- Products
- Integration
- Tutorial
- Barcode FAQ
- Purchase
- Company
VB.NET Interleaved 2 of 5 Generator Data Encoding Tutorialsample source code to input valid data and generate linear Interleaved 2 of 5 images in VB.NET
Setup Interleaved 2 of 5 VB.NET GeneratorInterleaved 2 of 5, also known as ANSI/AIM ITF 25, ANSI/AIM I-2/5, is higher-density numeric linear barcode symbology based upon the Standard 2 of 5 barcode symbology. OnBarcode.com provides more details about how to set Interleaved 2 of 5 barcode size and image in Barcode Generator Control on VB.NET:
Interleaved 2 of 5 VB.NET Generator installation
1. Download the trial package and unzipAfter, get it ready in VB.NET by placing the following statement where Interleaved 2 of 5 VB.NET Generator is needed: Dim interleaved2of5 As OnBarcode.Barcode.Linear Select Data for Interleaved 2 of 5 VB.NET Generator
There are three code sets of Interleaved 2 of 5. They are code set A, code set B, and code set C. Interleaved 2 of 5 in different code set encodes different types of data character. Generate Interleaved 2 of 5 with Numeric Character
Interleaved 2 of 5 is capable of encoding number 0 to 9. Dim interleaved2of5 As OnBarcode.Barcode.Linear = New OnBarcode.Barcode.Linear Valid length for Data in Interleaved 2 of 5 VB.NET GeneratorInterleaved 2 of 5 Data Length
Interleaved 2 of 5 is variable length symbology, which easily encodes data at any length. Data Length in Interleaved 2 of 5 VB.NET Generator
The value of property Data, which is used to define the data in Interleaved 2 of 5, is a string value. You can input data at any length in the string.
Sample Usage: Dim interleaved2of5 As OnBarcode.Barcode.Linear = New OnBarcode.Barcode.Linear Sample Usage: Dim interleaved2of5 As OnBarcode.Barcode.Linear = New OnBarcode.Barcode.Linear |