Search found 2309 matches

by Alex
Wed Nov 18, 2009 2:15 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: How get I an Infomation about a wrong checksum?
Replies: 5
Views: 10088

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

Yes, you can upgrade your license, please send your request to support@vintasoft.com.

Best regards, Alexander
by Alex
Wed Nov 18, 2009 2:10 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: KB: TWAIN & Citrix
Replies: 2
Views: 7616

Re: KB: TWAIN & Citrix

Hello Robert,

Please send a snippet of your code to support@vintasoft.com.

Best regards, Alexander
by Alex
Tue Nov 17, 2009 7:19 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: How get I an Infomation about a wrong checksum?
Replies: 5
Views: 10088

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

Hello Volker,

This is possible in version 3.0 and higher.

Best regards, Alexander
by Alex
Tue Nov 17, 2009 2:04 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: How get I an Infomation about a wrong checksum?
Replies: 5
Views: 10088

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

Hello,

You should set the ReaderSettings.MinConfidence property to 0 if you want to see all barcodes found by the library.

Best regards, Alexander
by Alex
Fri Nov 13, 2009 9:36 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Scanner Jam
Replies: 1
Views: 5586

Re: Scanner Jam

Hello Scott, Do not stop the device if paper is jammed, simple close the data source and start new acquisition process. VintaSoftTwain.NET Library has built-in images buffer, this buffer cleared when: StartDevice methods is called StopDevice methods is called Value of the MaxImages property is chang...
by Alex
Wed Oct 28, 2009 5:29 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Post Scan Event is called twice
Replies: 5
Views: 10760

Re: Post Scan Event is called twice

Hello Vanilla,

Information you provided is not full. Please send full log-file to support@vintasoft.com.

Best regards, Alexander
by Alex
Fri Oct 23, 2009 2:16 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Number of Annotations on an image
Replies: 3
Views: 8242

Re: Number of Annotations on an image

Hello,

Please send us (support@vintasoft.com) the project that demonstrates your needs and we will give your recommendations for the best perfomance.

Best regards, Alexander
by Alex
Thu Oct 22, 2009 1:24 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Save Multipage Tiff
Replies: 1
Views: 8343

Re: Save Multipage Tiff

Hello Tapas, Here is the best code: TiffFile source = new TiffFile(openFileDialog1.FileName); int pagesPerFile = 10, currentPagesPerFile = 0; TiffFile dest = new TiffFile(sourceDirectory + splitFolder + @"\0.tif"); dest.Compression = TiffCompression.JPEG; int fileIndex = 1; for (int i = 0;...
by Alex
Thu Oct 22, 2009 8:21 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Number of Annotations on an image
Replies: 3
Views: 8242

Re: Number of Annotations on an image

Hello,

You can save annotations with image and later change their locations - this will run faster.

Best regards, Alexander
by Alex
Wed Oct 21, 2009 8:11 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Post Scan Event is called twice
Replies: 5
Views: 10760

Re: Post Scan Event is called twice

Hello Vanilla, Please send the following information to support@vintasoft.com: 1. What scanner do you use? 2. Log-file generated by VintaSoftTwain.NET Library Here are steps which you should do to generate a log-file of scanner's work: 1. Set the IsLoggingEnabled property to True before the StartDev...