Common Asked Questions
How to enable barcode scanning functionality in an ASP.NET web form application?
To enable barcode scanning and reading functionality in an ASP.NET framework web site, you can build a new ASP.NET framework web project using Visual Studio,
add the C# barcode reader dll to the ASP.NET project reference, and use the following C# code to read barcode in your ASP.NET application.
BarcodeScanner.Scan().
What image formats are supported using C# Barcode Reader library?
Using C# Barcode Reader library, you can read and detect barcodes from multiple raster image formats, including jpg, png, bitmap, multi-page tiff image file
in your ASP.NET framwork web form application or website.
What barcode formats are supported in ASP.NET web application using C# Barcode library?
OnBarcode C# Barcode Reader library supports most of the common 2d and 1d barcodes scanning and recognition in ASP.NET web application.
2d barcodes include QR Code (ISO and GS1 standard), Data Matrix (ISO and GS1 standard), PDF417. 1d barcodes include
Code 128, Code 39, EAN/UPC with add-on symbols, GS1-128, ITF-14, Interleaved 2 of 5 and other linear barcode formats.
What platforms does C# Barcode Reader library support?
C# Barcode Reader library will work with your ASP.NET framework web application on Windows operating system with the following .NET environment installed.
- .NET Framework 4.x, 3.x, 2.x
- .NET Standard 2.0
- .NET 5+
- .NET Core 2.x, 3.x
Can I create barcodes in ASP.NET using C# Barcode Reader SDK API?
No. You cannot generate and print barcodes in ASP.NET web application using C# Barcode Reader library. It is for barcode scanning only.
However you can use OnBarcode C# Barcode Generator library in your ASP.NET application to create, and print barcodes.
Does C# Barcode Scanner library support decoding barcodes from video feeds in ASP.NET framework project?
Yes. C# Barcode Reader library supports to scan QR Code and barcodes from video feeds.
You can quickly create a real time image data processing web site and scan barcodes from video feeds in your ASP.NET framework web application.
How to get a trial license of C# Barcode Reader library?
You can directly download and install the free trial package from the website, and add the trial version dll to your ASP.NET project reference.
You can also download and install OnBarcode C# Barcode Reader library nuget package from NuGet Package Manager in Visual Studio.
How to customize barcode scanner in ASP.NET framework using C# Barcode Reader SDK?
You can easily customize the barcode scanner during barcode recognition in your ASP.NET framework web application using C# Barcode Reader library.
The barcode reader library allows you to adjust image scanning interval, barcode scanning directions, define barcode scanning specific areas and enable multi-thread barcode scanning
in C# ASP.NET framework web forms application.
