Search found 11 matches

by BioT09
Thu Dec 03, 2009 11:00 am
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: How to scan an image automatically on the reverse rectangle
Replies: 5
Views: 10501

Re: How to scan an image automatically on the reverse rectangle

Ok thanks, I know I can do it with this steps by my self, but I hoped there is a setting which execute this steps automatically.
by BioT09
Wed Dec 02, 2009 3:17 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: How to scan an image automatically on the reverse rectangle
Replies: 5
Views: 10501

Re: How to scan an image automatically on the reverse rectangle

oh this editors doesnt accept spaces, so the pictures of the images are a bit deformed.
by BioT09
Wed Dec 02, 2009 3:14 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: How to scan an image automatically on the reverse rectangle
Replies: 5
Views: 10501

Re: How to scan an image automatically on the reverse rectangle

Thats not what I mean. I mean if I scan the rectangle "code" in the image, I cant scan the code with the same coordinates, if the images is backwards. Are there any settings to change the coordinates automatically to the backward coordinates if the barcodereader didnt find a barcode? -----...
by BioT09
Tue Dec 01, 2009 5:32 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Interleaved 25-code confounded with code-128
Replies: 2
Views: 10358

Interleaved 25-code confounded with code-128

Hello, the Scanrectangle of the image contains Interleaved 25-codes and code-128. Before I decode I use the setting ScanBarcodeTypes = Vintasoft.Barcode.BarcodeType.Code128. Often the barcodereader reads not only the code-128, but also the interleaved 25-code with a strange value. How can I avoid th...
by BioT09
Tue Dec 01, 2009 4:57 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: How to scan an image automatically on the reverse rectangle
Replies: 5
Views: 10501

How to scan an image automatically on the reverse rectangle

Hello,

my question is how may i scan the reverse barcode-rectangle, without turning the image?
The problem is before scanning I dont know if the image is backwards or not.
by BioT09
Thu Nov 19, 2009 6:28 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: How to set the threshold for BW Scan??
Replies: 3
Views: 8125

Re: How to set the threshold for BW Scan??

Ok, I already now the the fault
by BioT09
Thu Nov 19, 2009 6:17 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: How to set the threshold for BW Scan??
Replies: 3
Views: 8125

Re: How to set the threshold for BW Scan??

Ok I wrote this in c#: Scanner.StartDevice(); Scanner.Capability = DeviceCapability.IThreshold; Scanner.CapType = CapType.OneValue; Scanner.capValue = 90; Scanner.SetCap(); but I get a Error message that i cant convert inplizip to int because there already explizit convertion. And VSTwain containts ...
by BioT09
Thu Nov 19, 2009 5:04 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: How to set the threshold for BW Scan??
Replies: 3
Views: 8125

How to set the threshold for BW Scan??

Hello
my question is how to set the threshold-value for black/white scanning??
by BioT09
Wed Nov 18, 2009 2:13 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: How get I an Infomation about a wrong checksum?
Replies: 5
Views: 10072

Re: How get I an Infomation about a wrong checksum?

It is possible to upgrate my current version to version 3.0 or 4.2?
And do I have to pay for the upgrate?
I loaded the newest test-Version 4.2 to try regist this version with my old Product-Key, but I dont know how to register this version there ist no register-method.
by BioT09
Tue Nov 17, 2009 3:23 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: How get I an Infomation about a wrong checksum?
Replies: 5
Views: 10072

Re: How get I an Infomation about a wrong checksum?

Thanks for the answer, but where do I find the ReaderSettings.MinConfidence property ? I only found the following settings about the Barcode Reader Class in Library Version 2.1: AustralianPostCustomerInfoFormat BarcodesToRead InvertedImage OptionalCheckSum E ScanBarcodeTypes ScanDirection ScanInterv...