.NET Leitcode Reader Library SDK for C#, VB.NET, ASP.NET

Scan & Read Leitcode Barcode Images in C#, VB.NET, ASP.NET


  • Easy to integrate Leitcode barcode reading feature in your .NET, C#, VB.NET applications
  • Complete developed in C#.net. No registration key. No activation code.
  • Scanning Leitcode barcodes from multiple image formats, like BMP, GIF, JPEG, PNG, TIFF formats
  • Reading barcode Leitcode from multi-page TIFF documents
  • Reliable .NET Barcode Leitcode Reader component from 2004


Index
 

.NET Barcode Leitcode Reader Introduction

Scanning and reading barcode Leitcode 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

  • Copy OnBarcode.Barcode.BarcodeScanner.dll to your .NET project folder (do not copy dll file to your project bin folder).

  • Add OnBarcode.BarcodeReader.dll to your .NET project reference

 

Reading Leitcode Barcode in C#

Call BarcodeScanner.Scan() method in your C# class, and pass your barcode image file, and Leitcode barcode type (BarcodeType.Leitcode) as method parameters.

	string[] datas = BarcodeScanner.Scan("isbn-barcode-image.gif", BarcodeType.Leitcode); 

 

Reading Leitcode Barcode in VB.NET

Call BarcodeScanner.Scan() method in your VB.NET class, and pass your barcode image file, and Leitcode barcode type (BarcodeType.Leitcode) as method parameters.

	Dim datas() As string = BarcodeScanner.Scan("isbn-image.gif", BarcodeType.Leitcode) 












OnBarcode is a market-leading provider of barcode generator, reader controls and components for ASP.NET, Windows Forms, WPF, as well Java, Android, iOS (iPhone, iPad) across all major enterprise development platforms. We provides high quality tutorials and guides for various linear, 2d barcode information, such as C# Barcode, QR Code C#, QR Code VB.NET, QR Code ASP.NET, QR Code .NET, ASP.NET Barcode. OnBarcode products support most common barcode symbologies including QRCode C# SDK, Data Matrix in C#.net Control, PDF-417 Componennt in C# .NET, Code 128 VS .net sdk, Code 39 C# library.
Terms of Use | Privacy Policy
Copyright © OnBarcode.com . All rights reserved.