Common Asked Questions
How to setup a C# ASP.NET or Windows project to read Code 128 barcodes?
To setup a C# ASP.NET or Windows .NET project to scan, read Code 128 barcodes, you can create a
new project using Visual Studio, add C# Code 128 library dll to the project reference. Now you can start to
scan and extract Code 128 barcode data from image file using one line of C# code.
BarcodeScanner.Scan("code-128-image-file.png", BarcodeType.Code128)
What are the procedures to scan a Code 128 barcode image using C#?
When you scan, and decode a Code 128 barcode image, the C# barcode library will load the image data into .NET project, and
use method
BarcodeScanner.Scan
scan the image content, detect the Code 128 barcode location, decode the Code 128 data, verify the Code 128 code with check character,
and return all the detailed information in C# application.
What is the barcode 128 text code?
Code 128 barcode is a high-density 1D barcode format, which encodes digits, text, control characters, and full ASCII 128 characters.
Using C# Barcode Reader library, you will be able to scan, recognize barcode text from images file in C# ASP.NET, MVC, Windows Forms, WPF applications.
How do you read a Code 128 barcode?
Code 128 barcodes are including four parts:
- A start character
- Code 128 data characters
- A checksum digit
- A stop character
What scanners read Code 128?
Most commercial barcode scanner devices and free or paid barcode scanner software can read Code 128 barcodes from images or printed papers.
OnBarcode C# Barcode Scanner library supports scanning and reading Code 128 barcodes in C# .NET app on Windows, macOS and Linux.
How do I scan a Code 128 barcode?
You can easily use a barcode scanner device, a phone or pad with camera, or barcode software or library to scan, decode Code 128 text from barcode images or printed papers.
C# Barcode Reader library will enable your Visual Studio ASP.NET web and Windows apps to scan and recogize all Code 128 and other 2d, 1d barcodes from image files.
C# Barcode Reader library will enable your Visual Studio ASP.NET web and Windows apps to scan and recogize all Code 128 and other 2d, 1d barcodes from image files.
How to read Code 128 checksum digit using barcode scanner software?
According to Code 128 ISO standard (ISO/IEC 15417), barcode scanner device or software will not return the Code 128 check sum character. OnBarcode C# Barcode Reader library
will recognize and decode the Code 128 data text without the check digit in C# class.
Can Barcode Reader process different Code 128 standards in C#?
Yes. OnBarcode C# Code 128 Barcode Library supports Code 128 on ISO and GS1 standards. When you scan and decode
Code 128 for GS1 (also known as GS1-128, EAN-128), the barcode library will format the Code 128 barcode value in GS1 data format.
How to verify the scanned Code 128 data?
Each Code 128 barcode includes a compulsory check character. C# Code 128 Barcode Reader library will automatically
verify the scanned Code 128 data value with the check character.
How to get a trial license for C# Code 128 Barcode Reader?
Yes. You can download and install the free trial package from website. Or you can install the trial NuGet package from NuGet Package Manager in Visual Studio.
What are the environments to run the C# Code 128 library?
To install and use C# Barcode Reader library successfully, you need Visual Studio and a compatible version of the .NET. OnBarcode C# Barcode Reader library
supports the following .NET Framework versions.
- .NET 5+ (10, 9, 8, 7, 6)
- .NET Standard 2.0
- .NET Core 2.x, 3.x
- .NET Framework 4.x, 3.x, 2.x
