ZXing.Net 0.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ZXing.Net --version 0.5.0
NuGet\Install-Package ZXing.Net -Version 0.5.0
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.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ZXing.Net --version 0.5.0
#r "nuget: ZXing.Net, 0.5.0"
#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.5.0

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

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 Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Silverlight sl3-wp is compatible.  sl4 is compatible.  sl4-wp71 is compatible.  sl5 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (231)

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.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

FenixAlliance.ACL.Dependencies

Application Component for the Alliance Business Suite.

GitHub repositories (41)

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.
Richasy/Bili.Uwp
适用于新系统UI的哔哩
JeffreySu/WeiXinMPSDK
微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
TheJoeFin/Text-Grab
Use OCR in Windows quickly and easily with Text Grab. With optional background process and notifications.
Version Downloads Last updated
0.16.9 2,049,510 2/23/2023
0.16.8 3,414,725 2/6/2022
0.16.7 441,532 12/26/2021
0.16.6 4,241,438 10/8/2020
0.16.5 2,302,278 9/29/2019
0.16.4 3,128,253 4/14/2018
0.16.2 874,750 9/11/2017
0.16.1 27,614 9/6/2017
0.16.0 73,534 8/11/2017
0.15.0 327,085 3/1/2017
0.14.0.1 1,722,524 4/29/2014
0.14.0 94,182 4/7/2014
0.12.0 151,088 9/24/2013
0.11.0.1 29,112 4/8/2013
0.11.0 5,144 3/30/2013
0.10.0 9,695 11/25/2012
0.9.0 5,553 9/27/2012
0.8.0.1 4,640 8/22/2012
0.7.0 43,573 6/9/2012
0.6.0 4,329 3/29/2012
0.5.0 4,494 3/13/2012
0.4.0 4,334 2/29/2012
0.3.0 4,143 2/28/2012
0.2.0 4,278 2/13/2012
0.1.0 15,281 1/29/2012

* sync with rev. 2221 of the java version
* added Silverlight 5 support
* better ToBitmap support
* speed improvements for .net 2.0 and .net 4.0 targets
* bug fixes
* new simple BarcodeReader class