Search found 64 matches

by Yuri
Tue Apr 28, 2015 3:43 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: End-user Manual available?
Replies: 7
Views: 14538

Re: End-user Manual available?

BTW the documentation is meant for persons having at least base knowledges and skills in programming of software applications in .NET environment.
by Yuri
Tue Apr 28, 2015 3:41 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: End-user Manual available?
Replies: 7
Views: 14538

Re: End-user Manual available?

Hello, VintaSoft Barcode .NET SDK as well all other VintaSoft's SDK has detailed documentation and user guide. You can either find it after installing evaluation version ([install_path]\Documentation folder) or on-line here: http://www.vintasoft.com/docs/vsbarcode-dotnet/ I'd be able to help you wit...
by Yuri
Fri Apr 26, 2013 10:03 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Saving Multipage Tiff and OCR
Replies: 4
Views: 7432

Re: Saving Multipage Tiff and OCR

Hello Sebastian, 1. Auto compression is chosen the way to encode data following 3 general rules: most compact, highest performance, maximally lossless. For TIFF the rules are as follows: - for black-white images in the majority of cases is chosen CCITT4 compression. - for 8/16/24 bpp images in the m...
by Yuri
Thu Apr 25, 2013 8:08 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Saving Multipage Tiff and OCR
Replies: 4
Views: 7432

Re: Saving Multipage Tiff

Hello Sebastian, Your code where you set rendering settings has nothing to do with raster TIFF format. It is for vector format rendering, like PDF. For TIFF the most important things are compression and resolution. By default TIFF encoder uses lossless encoding mode and does not change the image its...
by Yuri
Tue Apr 23, 2013 4:31 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Thumbnail Viewer: FocusedIndex and SelectedIndex
Replies: 2
Views: 5663

Re: Thumbnail Viewer: FocusedIndex and SelectedIndex

Hello,


You have to change the selected thumbnails collection: thumbnailViewer.SelectedIndicies.

After you changed FocusedIndex property programmatically you should clear the collection of SelectedIndicies and add to it FocusedIndex.


Sincerely, Yuri
by Yuri
Tue Apr 23, 2013 4:16 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Adding and Merging Annotations
Replies: 6
Views: 8386

Re: Adding and Merging Annotations

Hi Raj, annotations.MergeImageWithAnnotations() does not save the image. It just merges each image from the Images collection with a set of annotations. For saving image after you should execute save image method. Please refer to "Programming > Save image > Save image collection" section i...
by Yuri
Tue Sep 11, 2012 9:07 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Scanning from multiple network sources of same type
Replies: 8
Views: 7820

Re: Scanning from multiple network sources of same type

Hi Eben, The answer was in my previous post. There was displayed only one TWAIN source in device selection dialog. It is generally impossible to install the same TWAIN driver on the same machine twice. The system would say something like "The software is already installed". Please run your...
by Yuri
Wed Sep 05, 2012 3:27 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Scanning from multiple network sources of same type
Replies: 8
Views: 7820

Re: Scanning from multiple network sources of same type

We've made a test today: two scanners both of the same type connected to the same machine. Our Twain advanced example as usually showed that only one TWAIN driver is available for choosing in sources dialog. When running acquisition the scanning was done on the first scanner (which was the first one...
by Yuri
Wed Mar 21, 2012 2:44 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Saving a PDF as a PNG file
Replies: 1
Views: 6572

Re: Saving a PDF as a PNG file

Hi James, You need VintaSoftImaging.NET SDK and VintaSoftPDF.NET Plug-in (Reader only) for converting PDF files to images. BTW you may also need VintaSoftJBIG2.NET and VintaSoftJPEG2000.NET Plug-ins if your PDF files contain JBIG2 and JPEG2000 compressed images in its image resources. -- Kind regard...
by Yuri
Tue Mar 20, 2012 4:13 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Barcode Reader for Metro UI
Replies: 5
Views: 17132

Re: Barcode Reader for Metro UI

Yes, I reckon we'll be glad supporting any useful technology. No precise term yet.