Home  >  .NET Barcode Reader >  How to Read Barcode using C# Code  >  Decode QR Code in C#
Read & Scan QR Code in C# .NET
Overview - QR Code Reader in C#.NET
The C# .NET QR Code Reader Control SDK is combined into a single DLL file that support scanning and interpreting QR Code in the C# .NET applications. It is easy to utilize the C# .NET QR Code scanner in .NET projects built in VB .NET or C#. This C# .NET QR Code reader can decode QR Code images fast in .NET apps.
Features - C#.NET QR Code Reader Control
QR Code C#.NET Barcode Reader Library Tutorial
  1. Add KeepDynamic.BarcodeReader.dll to .NET project by adding reference.
  2. Copy following free sample C# codes.
C# class code for QR Code scanning in .NET project
using KeepDynamic.BarcodeReader;
string[] barcodeValues = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.QRCode);
. You can read more at Add Barcode Reading Features into .NET Applications Using Visual C#.NET Code
Supported Barcode Types - C#.NET QR Code Reading DLL
C# .NET Barcode Recognition Reader Control package includes more than 70+ linear (1D) and matrix (2D) barcode readers or scanners, such as:
Read & Scan Barcode in Other Applications