Spire.Barcode is a professional barcode library specially designed for .NET developers (C#, VB.NET, ASP.NET, .NET Core) and Java developers (J2SE and J2EE) to generate, read and scan 1D & 2D barcodes.

Wed Jul 19, 2017 9:14 am

Hello Spire-Team,

the Scan-Method only returns string[], however is it possible to find out which barcode was found (e.g. QR or Datamatrix) and the position they were found ?

adrianstr
 
Posts: 1
Joined: Fri Jun 02, 2017 11:07 am

Wed Jul 19, 2017 9:41 am

Hello,

Thanks for your inquiry. You could set the second argument with the following metho to specify which barcode is scanned. And there is no any way to get the position they are found.
Code: Select all
 public static string[] Scan(string fileName, BarCodeType barcodeType);


Sincerely,
Gary
E-icelue support team
User avatar

Gary.zhang
 
Posts: 1380
Joined: Thu Apr 04, 2013 1:30 am

Return to Spire.BarCode