Hi,there, I'm developing a desktop application with barcode reading function. I want to package it to exe, and this exe can be installed in Microsoft Windows 7 and Windows 8. Is your .net barcode reader component able to integrate to?
---- Ward
Hi,there, I'm developing a desktop application with barcode reading function. I want to package it to exe, and this exe can be installed in Microsoft Windows 7 and Windows 8. Is your .net barcode reader component able to integrate to?
---- Ward
Hi, Ward.
The pqScan barcode reader SDK is written by C# language, and it can be compatible with.net framework 2.0 and higher. So our .net barcode reader library can run into Microsoft Windows XP, Windows Vista, Windows 7, Windows8, even Windows 10. Besides, Windows Server Operation Systems are also supported.
Building your .net winforms project, both 32-bit and 64-bit platform are available. You can add most commonly used barcode types to your barcode scanning software, including:
Besides the Windows Form application, WPF project and ASP.NET web program are also supported in Windows 7 and Windows 8 system.
The C# demo code below shows barcode reading feature.
Bitmap image = Bitmap.FromFile("barcode-image.jpg");
BarcodeResult[] results = BarCodeScanner.Scan(image);
Console.Write(results[0].Data.ToString());
Hope the C# code can be helpful.
---- pqScan Support Team
Copyright © pqScan 2010-2023. All Rights Reserved.