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.

Tue Mar 08, 2016 1:28 pm

Hi

Is it possible to read a bar code and then determine its symbology using the BarCodeType? Is there any sample code in VB showing how to do this?

Thanks

rothco
 
Posts: 1
Joined: Tue Mar 08, 2016 12:51 pm

Wed Mar 09, 2016 2:19 am

Hello,

You can use the following method to determine the barcode type when read.
Code: Select all
BarcodeScanner.Scan(imageFile, BarCodeType.QRCode);

Sincerely,
Gary
E-iceblue support team
User avatar

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

Return to Spire.BarCode