Search found 2320 matches

by Alex
Fri Apr 13, 2012 10:08 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Different thumbnail background colors
Replies: 1
Views: 5291

Re: Different thumbnail background colors

Hello,

You can subscribe to the ThumbnailPainting event of the ThumbnailViewer object and change the painting algorithm of thumbnail if this is necessary.

Best regards, Alexander
by Alex
Fri Apr 13, 2012 10:02 am
Forum: Hardware and Vendors Discussions
Topic: Neat scanners.
Replies: 4
Views: 21436

Re: Neat scanners.

Hello,

You need to check that TWAIN driver of scanner supports the duplex capability, for example, you can do this in our Twain Advanced Demo.

Best regards, Alexander
by Alex
Mon Apr 09, 2012 11:18 am
Forum: Announcements
Topic: Version 5.0 of VintaSoftImaging.NET SDK has been released.
Replies: 13
Views: 20157

Version 5.0.9.3 of VintaSoftImaging.NET SDK has been released.

Version 5.0.9.3 of VintaSoftImaging.NET SDK has been released.

What's new in this version of VintaSoftImaging.NET SDK:
  • Fixed bug in decoding of TIFF images encoded with CCITT3 compression.
  • Fixed memory leak in decoding TIFF images encoded with JPEG compression.
by Alex
Tue Mar 27, 2012 10:38 am
Forum: Announcements
Topic: Version 5.0 of VintaSoftImaging.NET SDK has been released.
Replies: 13
Views: 20157

Version 5.0.9.1 of VintaSoftImaging.NET SDK has been released.

Version 5.0.9.1 of VintaSoftImaging.NET SDK has been released.

What's new in this version of VintaSoftImaging.NET SDK:
  • Fixed bug in TIFF encoder.
  • Fixed bug in JPEG encoder.
What's new in this version of VintaSoftPDF.NET Plug-in:
  • Fixed small bugs in PDF decoder.
by Alex
Tue Mar 27, 2012 10:02 am
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Barcode Reader for Metro UI
Replies: 5
Views: 18219

Re: Barcode Reader for Metro UI

Hello Mike,

Thank you for suggestion.

We need time to analyze the situation.

Best regards, Alexander
by Alex
Tue Mar 27, 2012 10:00 am
Forum: Announcements
Topic: Version 8.1 of VintaSoftTwain.NET SDK has been released.
Replies: 5
Views: 6794

Version 8.1.0.3 of VintaSoftTwain.NET SDK has been released.

Version 8.1.0.3 of VintaSoftTwain.NET SDK has been released.

What's new in this version:
  • Fixed memory leak in WPF assembly. Memory leak occurred while processing or saving of acquired image.
by Alex
Mon Mar 26, 2012 10:37 am
Forum: Announcements
Topic: Version 6.1 of VintaSoftBarcode.NET SDK has been released.
Replies: 9
Views: 11197

Version 6.1.2.3 of VintaSoftBarcode.NET SDK has been released.

Version 6.1.2.3 of VintaSoftBarcode.NET SDK has been released.

What's new in this version:
  • Improved algorithm of PDF417 reader
by Alex
Wed Mar 14, 2012 12:57 pm
Forum: Announcements
Topic: Version 5.0 of VintaSoftImaging.NET SDK has been released.
Replies: 13
Views: 20157

Version 5.0.8.1 of VintaSoftImaging.NET SDK has been released.

Version 5.0.8.1 of VintaSoftImaging.NET SDK has been released. What's new in this version of VintaSoftImaging.NET SDK: Fixed bug that caused an error in the license compiler (LC.exe) during compilation of project in Visual Studio. Bug is present since version 5.0 and occurs because the license compi...
by Alex
Wed Mar 14, 2012 11:31 am
Forum: Announcements
Topic: Version 6.1 of VintaSoftBarcode.NET SDK has been released.
Replies: 9
Views: 11197

Version 6.1.2.1 of VintaSoftBarcode.NET SDK has been released.

Version 6.1.2.1 of VintaSoftBarcode.NET SDK has been released.

What's new in this version:
  • Bug fix in Reed-Solomon Error Correction algorithm for QR code barcode.
  • Optimized work of automatic recognition mode.
by Alex
Wed Mar 14, 2012 9:54 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Show more than one image in the viewer
Replies: 3
Views: 11010

Re: Show more than one image in the viewer

Hello,

We will add ability to scroll pages in viewers in next version of SDK.

At the moment you can create a new class derived from ImageViewer class, override the ImageViewer.OnMouseWheel method
and get information when mouse wheel is used.

Best regards, Alexander