I'm looking for a library to generate QR codes in .NET I've stumbled across a few paid ones, but very few free ones that look any good. Anyone have experience with a good free open-source library?
我正在寻找一个用于在.NET中生成QR码的库。我偶然发现了一些付费的,但很少有免费看起来有用的。有没有经验丰富的免费开源库?
Thanks
谢谢
4 个解决方案
#2
11
http://code.google.com/p/zxing/ and How To Use ZXing C# Port might answer your question.
http://code.google.com/p/zxing/以及如何使用ZXing C#Port可能会回答您的问题。
#3
7
I have been using the other port ZXing.Net with some success. According to the website, it has assemblies available for the following platforms:
我一直在使用其他端口ZXing.Net取得了一些成功。根据该网站,它有可用于以下平台的程序集:
- .Net 2.0, 3.5 and 4.0
- .Net 2.0,3.5和4.0
- Silverlight 4 and 5
- Silverlight 4和5
- Windows Phone 7.0, 7.1 and 8.0
- Windows Phone 7.0,7.1和8.0
- Windows CE
- Windows CE
- Windows RT
- Windows RT
- Unity3D (.Net 2.0 built without System.Drawing reference)
- Unity3D(.Net 2.0没有System.Drawing引用构建)
- Mono for Android
- Mono for Android
#4
3
In past I used this one.
It's really "heavy" (about 6MB) but it worked for me and it's released under Code Project Open License (CPOL). I forgot: C# source code is provided.
Another one is MessagingToolKit, which is provided even with a free license; I don't remember (excuse me) if QR is inside free license or not.
过去我用过这个。它真的很“重”(大约6MB),但它对我有用,它是在Code Project Open License(CPOL)下发布的。我忘记了:提供了C#源代码。另一个是MessagingToolKit,它甚至提供免费许可证;如果QR在免费许可证内,我不记得(对不起)。
#1
#2
11
http://code.google.com/p/zxing/ and How To Use ZXing C# Port might answer your question.
http://code.google.com/p/zxing/以及如何使用ZXing C#Port可能会回答您的问题。
#3
7
I have been using the other port ZXing.Net with some success. According to the website, it has assemblies available for the following platforms:
我一直在使用其他端口ZXing.Net取得了一些成功。根据该网站,它有可用于以下平台的程序集:
- .Net 2.0, 3.5 and 4.0
- .Net 2.0,3.5和4.0
- Silverlight 4 and 5
- Silverlight 4和5
- Windows Phone 7.0, 7.1 and 8.0
- Windows Phone 7.0,7.1和8.0
- Windows CE
- Windows CE
- Windows RT
- Windows RT
- Unity3D (.Net 2.0 built without System.Drawing reference)
- Unity3D(.Net 2.0没有System.Drawing引用构建)
- Mono for Android
- Mono for Android
#4
3
In past I used this one.
It's really "heavy" (about 6MB) but it worked for me and it's released under Code Project Open License (CPOL). I forgot: C# source code is provided.
Another one is MessagingToolKit, which is provided even with a free license; I don't remember (excuse me) if QR is inside free license or not.
过去我用过这个。它真的很“重”(大约6MB),但它对我有用,它是在Code Project Open License(CPOL)下发布的。我忘记了:提供了C#源代码。另一个是MessagingToolKit,它甚至提供免费许可证;如果QR在免费许可证内,我不记得(对不起)。