Barcode Reader

Discussions about barcode reading and writing
Post Reply
sulfaroj
Posts: 9
Joined: Tue Jun 19, 2012 5:50 am

Barcode Reader

Post by sulfaroj » Mon Aug 06, 2012 8:12 am

I am trying to specify the barcode types to read in v9.0 and have had no luck. How do I specify I only want to read Code3of9 and 128 for instance in C#.

User avatar
Loïc
Site Admin
Posts: 5881
Joined: Tue Oct 17, 2006 10:48 pm
Location: France
Contact:

Re: Barcode Reader

Post by Loïc » Mon Aug 06, 2012 10:56 am

Hello,


VB:

Code: Select all

Dim BarcodeType As Barcode1DReaderType = Barcode1DReaderType.Barcode1DReaderCode39  Or Barcode1DReaderType.Barcode1DReaderCode128 
C#:

Code: Select all

Barcode1DReaderType  BarcodeType = Barcode1DReaderType.Barcode1DReaderCode39  | Barcode1DReaderType.Barcode1DReaderCode128;
Hope this helps!

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest