Is it possible to use C # zxing port in a Windows Phone 7 project?
I tried a couple of things, but zxing uses System.Drawing.Bitmap until it exists in Silverlight.
System.Drawing.Bitmap
There is a .Net port of the ZXing library at http://zxingnet.codeplex.com/ , which supports Silverlight and Windows Phone.
System.Drawing.Bitmap is not implemented on WP7 in this ctp.
I thought you might be interested in checking out this demonstration of what was done with the QR codes on the phone.
The library from codeplex (http://silverlightzxing.codeplex.com) uses the latest version of the ZXing library. Here is the port of ZXing 7.1 for Silverlight.
Source: https://habr.com/ru/post/1311745/More articles:Licensing for the Indefinite - licensingHow to access the source line of a command line argument in Ruby? - ruby โโ| fooobar.comWhen to use CreateChildControls () versus ASPX injection - .netHow to get uri of .js file itself - javascriptUsing the Django memcache API for dynamically created models - pythonFunctionality Linq LIKE - c #Changing C # Sorting Behavior - sortingHow to print a variable in reverse byte order? - perlHow to set a drop-down menu with values โโdepending on another drop-down list if both parameters are set to the required ones - validationMismatch in java.util.concurrent.Future? - javaAll Articles