VintaSoft Barcode .NET SDK Discussions
Questions, comments and suggestions concerning VintaSoft Barcode .NET SDK.
Board index < VintaSoft Barcode < VintaSoft Barcode .NET SDK Discussions
BarcodeReader bcr = new BarcodeReader();
bcr.Settings.ScanBarcodeTypes = BarcodeType.Code128;
bcr.Settings.ScanDirection = ScanDirection.LeftToRight | ScanDirection.RightToLeft
| ScanDirection.BottomToTop | ScanDirection.TopToBottom;
// ..etc
Its fine if the barcode is horizontal but doesn't work if barcode is vertical. I've tried blowing the barcode up to fill almost the complete page of A4 so it's crystal clear, and it still won't pick it up.