ZXing.Net 0.8.0.1

.NET Framework 2.0
There is a newer version of this package available.
See the version list below for details.
dotnet add package ZXing.Net --version 0.8.0.1
NuGet\Install-Package ZXing.Net -Version 0.8.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ZXing.Net" Version="0.8.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ZXing.Net --version 0.8.0.1
#r "nuget: ZXing.Net, 0.8.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ZXing.Net as a Cake Addin
#addin nuget:?package=ZXing.Net&version=0.8.0.1

// Install ZXing.Net as a Cake Tool
#tool nuget:?package=ZXing.Net&version=0.8.0.1

ZXing (pronounced "zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library originally implemented in Java.

This port of the java library started with the csharp ZXing port created by Suraj Supekar at revision 1202 in the SVN repository.
But most of the parts are manually new ported from java. There are many tweaks and speed improvements included.

It is now compatible with .Net 2.0, .Net 4.0, Silverlight 4, Silverlight 5, Windows Phone 7.0 and Windows Phone 7.1

Product Versions
.NET Framework net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Silverlight sl3-wp sl4 sl4-wp71 sl5
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (187)

Showing the top 5 NuGet packages that depend on ZXing.Net:

Package Downloads
ZXing.Net.Mobile

ZXing.Net.Mobile is a C#/.NET library based on the open source Barcode Library: ZXing (Zebra Crossing), using the ZXing.Net Port. It works with Xamarin.iOS, Xamarin.Android, Tizen and Windows Universal (UWP). The goal of ZXing.Net.Mobile is to make scanning barcodes as effortless and painless as possible in your own applications. See https://github.com/Redth/ZXing.Net.Mobile/releases for release notes.

ZXing.Net.Mobile.Forms

ZXing.Net.Mobile is a C#/.NET library based on the open source Barcode Library: ZXing (Zebra Crossing), using the ZXing.Net Port. It works with Xamarin.iOS, Xamarin.Android, Tizen and Windows Universal (UWP). The goal of ZXing.Net.Mobile is to make scanning barcodes as effortless and painless as possible in your own applications. See https://github.com/Redth/ZXing.Net.Mobile/releases for release notes.

ZXing.Net.Bindings.ImageSharp

ZXing.Net Bindings for ImageSharp - use ImageSharp with ZXing.Net for barcode reading

ZXing.Net.Bindings.SkiaSharp

ZXing.Net Bindings for SkiaSharp - use SkiaSharp with ZXing.Net for barcode reading

ZXing.Net.Bindings.Windows.Compatibility

ZXing.Net Bindings for Windows Compatibility Pack - use System.Drawing.Common with ZXing.Net for barcode reading

GitHub repositories (32)

Showing the top 5 popular GitHub repositories that depend on ZXing.Net:

Repository Stars
shadowsocks/shadowsocks-windows
A C# port of shadowsocks
ShareX/ShareX
ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.
JeffreySu/WeiXinMPSDK
微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0、.NET 7.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
Richasy/Bili.Uwp
适用于新系统UI的哔哩
micjahn/ZXing.Net
.Net port of the original java-based barcode reader and generator library zxing
Version Downloads Last updated
0.16.9 35,616 2/23/2023
0.16.8 1,785,162 2/6/2022
0.16.7 242,729 12/26/2021
0.16.6 2,957,720 10/8/2020
0.16.5 1,853,703 9/29/2019
0.16.4 2,579,622 4/14/2018
0.16.2 767,081 9/11/2017
0.16.1 22,168 9/6/2017
0.16.0 60,564 8/11/2017
0.15.0 289,772 3/1/2017
0.14.0.1 1,434,413 4/29/2014
0.14.0 74,760 4/7/2014
0.12.0 132,170 9/24/2013
0.11.0.1 25,152 4/8/2013
0.11.0 2,830 3/30/2013
0.10.0 7,017 11/25/2012
0.9.0 3,182 9/27/2012
0.8.0.1 2,312 8/22/2012
0.7.0 38,942 6/9/2012
0.6.0 2,246 3/29/2012
0.5.0 2,171 3/13/2012
0.4.0 2,150 2/29/2012
0.3.0 1,941 2/28/2012
0.2.0 2,082 2/13/2012
0.1.0 10,190 1/29/2012

* sync with rev. 2393 of the java version
* improved API, direct support for multiple barcode decoding, wrapper for barcode generating
* many other improvements and fixes