Search found 2315 matches

by Alex
Fri Feb 28, 2014 8:17 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Image annotation while scanning
Replies: 1
Views: 2794

Re: Image annotation while scanning

Hello, I need to automatically annotate each image as I scan then save the image to disk. You can use VintaSoftImaging.NET SDK + VintaSoftAnnotation.NET Plug-in if you want to annotate images. More info please read here: http://www.vintasoft.com/vsannotation-dotnet-index.html Best regards, Alexander
by Alex
Thu Feb 27, 2014 4:33 pm
Forum: Announcements
Topic: Version 7.2 of VintaSoftImaging.NET SDK has been released.
Replies: 18
Views: 10106

Version 7.2.4.1 of VintaSoftImaging.NET SDK has been released.

Version 7.2.4.1 of VintaSoftImaging.NET SDK has been released. What's new in this version of VintaSoftImaging.NET SDK: Improved the thumbnail rendering in WPF thumbnail viewer. What's new in this version of VintaSoftPDF.NET Plug-in: Improved the algorithm of text extraction from PDF documents.
by Alex
Wed Feb 26, 2014 2:06 pm
Forum: Announcements
Topic: Version 8.4 of VintaSoftTwain.NET SDK has been released.
Replies: 2
Views: 2929

Version 8.4.0.3 of VintaSoftTwain.NET SDK has been released.

Version 8.4.0.3 of VintaSoftTwain.NET SDK has been released.

What's new in this version:
  • Optimized the image acquisition algorithm for better compatibility with Xerox scanners.
by Alex
Mon Feb 24, 2014 12:03 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Save only the visible part of the image
Replies: 1
Views: 4141

Re: Save only the visible part of the image

Hello Heinz, You can get visible part of WPF image viewer using the WpfImageViewer.GetCurrentImageRect(Rect,Boolean) method. Here is an example: VintasoftImage imageViewerVisiblePart = WpfImageViewer1.GetCurrentImageRect(WpfImageViewer1.ViewerState.ImageVisibleRect, true); Best regards, Alexander
by Alex
Wed Feb 19, 2014 11:50 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: How to show the filename in the thumbnailviewer
Replies: 4
Views: 5101

Re: How to show the filename in the thumbnailviewer

Hello Heinz, Can you tell me how I could show the text under each thumbnail and let the text create a newline when it is bigger the the image width? Here is the code snippet: void MainWindow() { ... // increase the thumbnail height, this is necessary for reserving space for text under thumbnail thum...
by Alex
Tue Feb 18, 2014 4:09 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: recommendation for optimized configuration
Replies: 1
Views: 2840

Re: recommendation for optimized configuration

Hello Paulo,

Please try to save grayscale image as PNG or TIFF file, I think you will get better compression results.

Best regards, Alexander
by Alex
Mon Feb 17, 2014 4:08 pm
Forum: Announcements
Topic: Version 7.1 of VintaSoftBarcode.NET SDK has been released.
Replies: 5
Views: 4440

Version 7.1.2.5 of VintaSoftBarcode.NET SDK has been released.

Version 7.1.2.5 of VintaSoftBarcode.NET SDK has been released.

What's new in this version:
  • Improved the reading algorithm of QR barcodes.
by Alex
Mon Feb 17, 2014 11:45 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: How to show the filename in the thumbnailviewer
Replies: 4
Views: 5101

Re: How to show the filename in the thumbnailviewer

Hello Heinz, Here is a code snippet which shows how to show text under each thumbnail: void MainWindow() { ... thumbnailViewer1.ThumbnailAdded += new EventHandler<ThumbnailImageItemEventArgs>(thumbnailViewer_ThumbnailAdded); ... } void thumbnailViewer_ThumbnailAdded(object sender, ThumbnailImageItem...
by Alex
Sun Feb 16, 2014 10:31 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: annotations tool strip
Replies: 1
Views: 3325

Re: annotations tool strip

Hello James, What functionality do you want to add to your application? AnnotationsToolStrip class is a tool strip and it allows to start building of annotation on the image. You can find source codes of AnnotationsToolStrip in our Annotation Demo and modify source codes if this is necessary. Best r...
by Alex
Fri Feb 14, 2014 4:24 pm
Forum: Announcements
Topic: Version 7.2 of VintaSoftImaging.NET SDK has been released.
Replies: 18
Views: 10106

Version 7.2.3.1 of VintaSoftImaging.NET SDK has been released.

Version 7.2.3.1 of VintaSoftImaging.NET SDK has been released. What's new in this version of VintaSoftImaging.NET SDK: Added the ability to save/load images in DIB format. Added new image processing command - HasCertainColorCommand, that checks whether an image contains a certain color. What's new i...