ZXing.Net
0.11.0
See the version list below for details.
dotnet add package ZXing.Net --version 0.11.0
NuGet\Install-Package ZXing.Net -Version 0.11.0
<PackageReference Include="ZXing.Net" Version="0.11.0" />
<PackageVersion Include="ZXing.Net" Version="0.11.0" />
<PackageReference Include="ZXing.Net" />
paket add ZXing.Net --version 0.11.0
#r "nuget: ZXing.Net, 0.11.0"
#addin nuget:?package=ZXing.Net&version=0.11.0
#tool nuget:?package=ZXing.Net&version=0.11.0
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, Windows RT Class Library and Components, Silverlight 4, Silverlight 5, Windows Phone 7.0, Windows Phone 7.1 and Windows Phone 8.0, Xamarin.Android and Xamarin.iOS
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 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. |
Silverlight | sl4 is compatible. sl5 is compatible. |
Windows Phone | wp is compatible. wp7 was computed. wp71 is compatible. wp75 was computed. wp8 is compatible. wp81 was computed. |
Windows Store | win8-managed is compatible. win8-native+javascript is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (47)
Showing the top 20 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 application that enables users to capture or record any area of their screen with a single keystroke. It also supports uploading images, text, and various file types to a wide range of destinations.
|
|
QuestPDF/QuestPDF
Generate and edit PDF documents in your .NET applications using the open-source QuestPDF library and its C# Fluent API. Build invoices, reports and data exports with ease.
|
|
JeffreySu/WeiXinMPSDK
微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
|
|
Richasy/Bili.Uwp
适用于新系统UI的哔哩
|
|
TheJoeFin/Text-Grab
Use OCR in Windows quickly and easily with Text Grab. With optional background process and notifications.
|
|
cyanfish/naps2
Scan documents to PDF and more, as simply as possible.
|
|
micjahn/ZXing.Net
.Net port of the original java-based barcode reader and generator library zxing
|
|
CHKZL/DDTV
可对阿B进行直播多窗口观看、开播提醒、自动录制、合并、转码的跨平台工具
|
|
xiaoyaocz/biliuwp-lite
哔哩哔哩UWP Lite
|
|
wangfreexx/wangfreexx-tianruoocr-cl-paddle
天若ocr开源版本的本地版,采用Chinese-lite和paddleocr识别框架
|
|
Redth/ZXing.Net.Mobile
Barcode Scanner for Xamarin.iOS, Xamarin.Android, UWP and Tizen
|
|
simpleidserver/SimpleIdServer
OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
|
|
OpportunityLiu/E-Viewer
An UWP Client for https://e-hentai.org.
|
|
ZeusAutomacao/DFe.NET
Biblioteca para Geração de NFe(2.0, 3.10 e 4.0) e NFCe(3.10 e 4.0) e consumo dos serviços necessários à sua manutenção, conforme descritos em http://www.nfe.fazenda.gov.br/portal/principal.aspx
|
|
dukus/digiCamControl
DSLR camera remote control open source software
|
|
1357310795/QrCodeScanner
通过截图或摄像头扫描二维码(支持ZXing、Zbar、OpenCV-WechatQrCode库) | Scan codes from screenshots and cameras
|
|
CodeBeamOrg/CodeBeam.MudBlazor.Extensions
Useful third party extension components for MudBlazor, from the contributors.
|
|
Redth/ZXing.Net.Maui
Barcode Scanning for MAUI?
|
|
xiaoyaocz/AllLive
获取多个直播平台的信息和弹幕
|
Version | Downloads | Last Updated |
---|---|---|
0.14.0.1 | 47,393 | 4/29/2014 |
0.14.0 | 2,970 | 4/7/2014 |
0.12.0 | 18,378 | 9/24/2013 |
0.11.0.1 | 6,575 | 4/8/2013 |
0.11.0 | 460 | 3/30/2013 |
0.10.0 | 3,271 | 11/25/2012 |
0.9.0 | 900 | 9/27/2012 |
0.8.0.1 | 432 | 8/22/2012 |
0.7.0 | 505 | 6/9/2012 |
0.6.0 | 479 | 3/29/2012 |
0.5.0 | 269 | 3/13/2012 |
0.4.0 | 252 | 2/29/2012 |
0.3.0 | 217 | 2/28/2012 |
0.2.0 | 258 | 2/13/2012 |
0.1.0 | 251 | 1/29/2012 |
* sync with rev. 2592 of the java version
* new generator for Aztec, Data Matrix, MSI and Plessey
* new decoder for MSI
* decoding of inverted codes
* SVG renderer
* Portable Class Library support
* Windows RT Components support (Windows Runtime Metadata)
* many other small bug fixes and improvements