ZXing.Net 0.14.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.14.0.1
NuGet\Install-Package ZXing.Net -Version 0.14.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.14.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.14.0.1
#r "nuget: ZXing.Net, 0.14.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.14.0.1

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

ZXing.Net is a port of ZXing, an open-source, multi-format 1D/2D barcode image processing library originally implemented in Java.
It has been ported by hand with a lot of optimizations and improvements.

It is now compatible with .Net 2.0, .Net 3.5, .Net 4.0, .Net 4.5, Windows RT Class Library and Components, Silverlight 4, Silverlight 5, Windows Phone 7.0, Windows Phone 7.1, Windows Phone 8.0, WPA 8.1 and Xamarin.Android

Product Versions
.NET net6.0-android net7.0-android
.NET Framework net20 net20-cf net35 net35-cf net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
native native
Silverlight sl3-wp sl4 sl4-wp71 sl5
Universal Windows Platform uap uap10.0
Windows Phone wp8 wp81 wpa81
Windows Store win8 win8-managed
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 30,527 2/23/2023
0.16.8 1,760,794 2/6/2022
0.16.7 240,697 12/26/2021
0.16.6 2,944,900 10/8/2020
0.16.5 1,849,419 9/29/2019
0.16.4 2,574,561 4/14/2018
0.16.2 766,131 9/11/2017
0.16.1 22,159 9/6/2017
0.16.0 60,498 8/11/2017
0.15.0 289,386 3/1/2017
0.14.0.1 1,432,173 4/29/2014
0.14.0 74,617 4/7/2014
0.12.0 132,002 9/24/2013
0.11.0.1 25,114 4/8/2013
0.11.0 2,825 3/30/2013
0.10.0 7,012 11/25/2012
0.9.0 3,182 9/27/2012
0.8.0.1 2,312 8/22/2012
0.7.0 38,906 6/9/2012
0.6.0 2,246 3/29/2012
0.5.0 2,169 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,184 1/29/2012

* changes of the java version are reflected until 2014/03/13
* basic support for CMYK color space
* new BarcodeWriter for WPF
* compatibility fixes for PCL and WinRT components
* MSI is disabled by default because of to many false-positives
* VIN support for the ResultParser
* new option for the error correction level of PDF417 for rendering
* basic ECI support for PDF417
* many other small bug fixes and improvements