Yes, we produce SDKs - software development kits for programmers, not end-user applications. Our demos, are like an end-user application, show the SDK features for quick testing and review.
The information about each barcode font can be found in relevant specification of each - encoding modes are ...
Search found 65 matches
- Tue Apr 28, 2015 5:45 pm
- Forum: VintaSoft Barcode .NET SDK Discussions
- Topic: End-user Manual available?
- Replies: 7
- Views: 77569
- Tue Apr 28, 2015 3:43 pm
- Forum: VintaSoft Barcode .NET SDK Discussions
- Topic: End-user Manual available?
- Replies: 7
- Views: 77569
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.
- Tue Apr 28, 2015 3:41 pm
- Forum: VintaSoft Barcode .NET SDK Discussions
- Topic: End-user Manual available?
- Replies: 7
- Views: 77569
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 ...
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 ...
- 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: 26992
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 ...
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 ...
- 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: 26992
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 ...
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 ...
- 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: 7945
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
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
- Tue Apr 23, 2013 4:16 pm
- Forum: VintaSoft Annotation .NET Plug-in Discussions
- Topic: Adding and Merging Annotations
- Replies: 6
- Views: 53732
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 in the ...
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 in the ...
- 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: 14302
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 own ...
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 own ...
- 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: 14302
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 ...
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 ...
- 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: 9143
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 ...
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 ...