QrCodeNet 0.3.0
dotnet add package QrCodeNet --version 0.3.0
NuGet\Install-Package QrCodeNet -Version 0.3.0
<PackageReference Include="QrCodeNet" Version="0.3.0" />
paket add QrCodeNet --version 0.3.0
#r "nuget: QrCodeNet, 0.3.0"
// Install QrCodeNet as a Cake Addin #addin nuget:?package=QrCodeNet&version=0.3.0 // Install QrCodeNet as a Cake Tool #tool nuget:?package=QrCodeNet&version=0.3.0
Provdes an easy to use, fully managed .Net library for handling QR code according to ISO/IEC 18004.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- SampleDependency (>= 1.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on QrCodeNet:
Package | Downloads |
---|---|
SanJing.GraphicCode
SanJing.GraphicCode |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.3.0 | 96,366 | 1/18/2013 |
This version contains only following functionality:
Generation QR code
GDI QR code rendering: WinForm, WriteableBitmap(WPF), DrawingContext.
QR code Windows Forms Control, WPF control
Save to file
Demo application which generates QR code from text as you type and allows you to save it into the image file.
Encoder should be now native code, no longer ZXing's port.
Auto analyse input string and use proper char encoder to encode. (It will switch to UTF8 if normal encoder can not handle input string)
It will throw exception when input string is empty, null or too huge where even version 40 QrCode can not contain, or you can use TryEncode method, return value's isContainMatrix property will indicate whether encode successful or not.