- Home
- Products
- Integration
- Tutorial
- Barcode FAQ
- Purchase
- Company
.NET Interleaved 2 of 5 Reader Library SDK for C#, VB.NET, ASP.NETScan & Read Interleaved 2 of 5 Barcode Images in C#, VB.NET, ASP.NET
Index
.NET Barcode Interleaved 2 of 5 Reader IntroductionScanning and reading barcode Interleaved 2 of 5 from image file is a key feature in OnBarcode .NET Barcode Reader component. .NET Barcode Reader is completely developed in C#.net, and you can easy integrate the barcode reading feature in your .NET project without any registration key, activation code. Install .NET Barcode Reader to your .NET project
Reading Interleaved 2 of 5 Barcode in C#
Call BarcodeScanner.Scan() method in your C# class, and pass your barcode image file, and Interleaved 2 of 5 barcode type (BarcodeType.Interleaved2of5) as method parameters.
string[] datas = BarcodeScanner.Scan("interleaved25-barcode-image.gif", BarcodeType.Interleaved2of5); Reading Interleaved 2 of 5 Barcode in VB.NET
Call BarcodeScanner.Scan() method in your VB.NET class, and pass your barcode image file, and Interleaved 2 of 5 barcode type (BarcodeType.Interleaved2of5) as method parameters.
Dim datas() As string = BarcodeScanner.Scan("interleaved25-image.gif", BarcodeType.Interleaved2of5) All .NET Barcode Reader Supporting Bar Code Symbology Types
|