Search found 4 matches

by asdf0987
Thu Sep 23, 2010 2:46 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Reading vertical barcodes
Replies: 5
Views: 12298

Re: Reading vertical barcodes

My appologies, it was indeed in my spam folder. Thanks for your response, I am looking in to it further.
by asdf0987
Thu Sep 23, 2010 1:36 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Reading vertical barcodes
Replies: 5
Views: 12298

Re: Reading vertical barcodes

I have received no reply from your support *.

Unfortunately we will have to start investigating other available libraries as we have been unable to demonstrate a working prototype of our system using your product.
by asdf0987
Tue Sep 21, 2010 1:36 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Reading vertical barcodes
Replies: 5
Views: 12298

Re: Reading vertical barcodes

Ok, I have sent you an email, thank you.
by asdf0987
Tue Sep 21, 2010 12:10 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Reading vertical barcodes
Replies: 5
Views: 12298

Reading vertical barcodes

I'm trying to read barcodes from a scanned pdf. BarcodeReader bcr = new BarcodeReader(); bcr.Settings.ScanBarcodeTypes = BarcodeType.Code128; bcr.Settings.ScanDirection = ScanDirection.LeftToRight | ScanDirection.RightToLeft | ScanDirection.BottomToTop | ScanDirection.TopToBottom; // ..etc Its fine ...