![]() |
VOOZH | about |
dotnet add package QRCoder.Xaml --version 1.8.0
NuGet\Install-Package QRCoder.Xaml -Version 1.8.0
<PackageReference Include="QRCoder.Xaml" Version="1.8.0" />
<PackageVersion Include="QRCoder.Xaml" Version="1.8.0" />Directory.Packages.props
<PackageReference Include="QRCoder.Xaml" />Project file
paket add QRCoder.Xaml --version 1.8.0
#r "nuget: QRCoder.Xaml, 1.8.0"
#:package QRCoder.Xaml@1.8.0
#addin nuget:?package=QRCoder.Xaml&version=1.8.0Install as a Cake Addin
#tool nuget:?package=QRCoder.Xaml&version=1.8.0Install as a Cake Tool
QRCoder.Xaml is an extension that provides the XamlQRCode-renderer for the popular QRCoder.NET library. It allows you to render QRCodes as DrawingImage-objects for usage in WPF/XAML-based projects.
For usage information see the demo code below. For more general information check the QRCoder-wiki.
👉 Your first place to go should be our wiki. Here you can find a detailed documentation of the QRCoder and its functions.
The release notes for the current and all past releases can be read here: 📄 Release Notes
You only need four lines of code, to generate and view your first QR code.
using (QRCodeGenerator qrGenerator = new QRCodeGenerator())
using (QRCodeData qrCodeData = qrGenerator.CreateQrCode("The text which should be encoded.", eccLevel))
using (XamlQRCode qrCode = new XamlQRCode(qrCodeData))
{
DrawingImage qrCodeAsXaml = qrCode.GetGraphic(20);
}
There are a plenty of other options. So feel free to read more on that in our wiki: Wiki: How to use QRCoder
If you think you have found a bug or have new ideas or feature requests, then feel free to open a new issue: https://github.com/Shane32/QRCoder/issues
In case you have a question about using the library (and couldn't find an answer in our wiki), feel free to open a new question/discussion: https://github.com/Shane32/QRCoder/discussions
QRCoder is a project by Raffael Herrmann and was first released in 10/2013. It's licensed under the MIT license.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0-windows7.0 net5.0-windows7.0 is compatible. net6.0-windows net6.0-windows was computed. net6.0-windows7.0 net6.0-windows7.0 is compatible. net7.0-windows net7.0-windows was computed. net8.0-windows net8.0-windows was computed. net9.0-windows net9.0-windows was computed. net10.0-windows net10.0-windows was computed. |
| .NET Framework | net35 net35 is compatible. net40 net40 is compatible. net403 net403 was computed. net45 net45 was computed. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
Showing the top 3 NuGet packages that depend on QRCoder.Xaml:
| Package | Downloads |
|---|---|
|
H.Controls.QRCoderBox
WPF-Control 是一个基于 .NET 8+ 的高性能 WPF 控件库,提供丰富的轻量级 UI 组件、多套现代化 皮肤主题,并整合了精选的 第三方开源控件,同时内置 数据库仓储模型 和 模块化封装 的通用功能,适用于企业级应用开发,帮助开发者快速构建高效、美观的桌面应用程序。 |
|
|
SuperClassLib
Package Description |
|
|
QRCoderLite
Package Description |
Showing the top 6 popular GitHub repositories that depend on QRCoder.Xaml:
| Repository | Stars |
|---|---|
|
2dust/clashN
A clash client for Windows, support Mihomo
|
|
|
Alex4SSB/ADB-Explorer
A fluent UI for ADB on Windows
|
|
|
InvisibleManVPN/InvisibleMan-XRayClient
A client for xray core
|
|
|
HMBSbige/BilibiliLiveRecordDownLoader
Bilibili 直播录制
|
|
|
aiguoli/SimpleList
Manage your OneDrive files on WinUI3 powered app
|
|
|
HeBianGu/WPF-Control
WPF-Control 是一个基于 .NET 8+ 的高性能 WPF 控件库,提供丰富的轻量级 UI 组件、多套现代化 皮肤主题,并整合了精选的 第三方开源控件,同时内置 数据库仓储模型 和 模块化封装 的通用功能,包含完整桌面应用程序的解决方案,适用于企业级应用开发,帮助开发者快速构建高效、美观的桌面应用程序。
|