Search found 8 matches

by Daniel.Dority
Tue Dec 07, 2010 8:05 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Scan Interval
Replies: 3
Views: 9362

Re: Scan Interval

I have sent your support team an email of about 8mb worth of distorted barcodes that we cannot read. Let me know if you do or do not receive the email because of large attachments and I'll find another way to send the email. The barcodes were snipped from a pdf file but we cannot attach the actual p...
by Daniel.Dority
Fri Dec 03, 2010 11:57 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Scan Interval
Replies: 3
Views: 9362

Scan Interval

Can someone explain the significance of the Scan Interval property? I have a few Data Matrix and QR barcodes that are distorted that I am trying to test and it seems that tweaking this property gives me different results. Setting the default value of 5 sometimes works. Sometimes moving it up or down...
by Daniel.Dority
Wed Sep 01, 2010 4:48 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: New features request for version 5.0 of VintaSoftBarcode.NET
Replies: 2
Views: 8819

Re: New features request for version 5.0 of VintaSoftBarcode.NET

Alex,

Do you have a rough idea when the feature for reading PDF's will be released?

Also will it be compatible with 64 bit environments?

Thanks,

Daniel M. Dority
by Daniel.Dority
Wed Aug 04, 2010 9:29 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Unable to read faxed barcodes
Replies: 3
Views: 10163

Re: Unable to read faxed barcodes

Yuri, Thanks for the response. I modified the code a bit to handle our use cases: [*] Handle multiple paged tiff files [*] Smaller barcodes (Our actual size was 3 by 3 -- Ones in the email were larger) To handle the smaller barcodes I used smaller increments of 0.5 instead of four. Four made the ima...
by Daniel.Dority
Wed Aug 04, 2010 12:40 am
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Unable to read faxed barcodes
Replies: 3
Views: 10163

Unable to read faxed barcodes

We have had a lot of success reading barcodes straight from the writer; however, now we are facing difficulty reading barcodes from fax machines. The DPI is set at the highest settings on the faxed copies yet the software is unable to find any barcodes. Not one was found on a .TIFF document that con...
by Daniel.Dority
Fri Jul 30, 2010 9:22 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Memory Leak
Replies: 4
Views: 9265

Re: Memory Leak

Alex, What is the turn around time these types of bugs? Other than the memory leak, we would choose your software. We need to confirm that it is the demo limitation that is causing the leak to be certain. It may be the possiblity that the Windows.Forms Dialog box was leaked. We are looking to make a...
by Daniel.Dority
Fri Jul 30, 2010 6:28 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Memory Leak
Replies: 4
Views: 9265

Re: Memory Leak

I have posted a reply to the support email.

If a solution is feasible rather quickly, how long until a new version is ready to download?

Alsol please ensure that you received the email as it was 6MB in size. I won't know if it made it past our email server or yours.
by Daniel.Dority
Thu Jul 29, 2010 11:06 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Memory Leak
Replies: 4
Views: 9265

Memory Leak

Alex, I sent a response to the support team but I figured I'd post here as well incase anyone has solved the issue already. Inside of the following method we are seeing a leak of System.Drawing.Image parameter. Vintasoft.Barcode.BarcodeReader.ReadBarcodes(System.Drawing.Image); The size of the image...