ZXing.Net 0.14.0.1

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 Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed. 
.NET Framework net20 is compatible.  net20-cf is compatible.  net35 is compatible.  net35-cf is compatible.  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. 
MonoAndroid monoandroid is compatible. 
native native is compatible. 
Silverlight sl3-wp is compatible.  sl4 is compatible.  sl4-wp71 is compatible.  sl5 is compatible. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 is compatible.  wp81 was computed.  wpa81 is compatible. 
Windows Store win8 is compatible.  win8-managed 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.

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.14.0.1 34,816 4/29/2014
0.14.0 717 4/7/2014
0.12.0 4,179 9/24/2013
0.11.0.1 1,254 4/8/2013
0.11.0 81 3/30/2013
0.10.0 466 11/25/2012
0.9.0 81 9/27/2012
0.8.0.1 106 8/22/2012
0.7.0 75 6/9/2012
0.6.0 83 3/29/2012
0.5.0 64 3/13/2012
0.4.0 65 2/29/2012
0.3.0 69 2/28/2012
0.2.0 67 2/13/2012
0.1.0 71 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