Search found 2320 matches

by Alex
Thu Dec 10, 2009 8:12 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: MultiSelect thumbs
Replies: 1
Views: 7702

Re: MultiSelect thumbs

Hello,

You can use this code to select the second image in the viewer:

Code: Select all

thumbnailViewer.SelectedIndices.Add(1)
thumbnailViewer.Invalidate()
Best regards, Alexander
by Alex
Thu Dec 10, 2009 8:10 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Symmetry Control When Drawing
Replies: 7
Views: 11476

Re: Symmetry Control When Drawing

Hello Kevin,

Unfortunately the release date of new version was moved to January 2010. I think that you will not be disappointed.

Best regards, Alexander
by Alex
Tue Dec 08, 2009 8:48 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Symmetry Control When Drawing
Replies: 7
Views: 11476

Re: Symmetry Control When Drawing

Hello Kewin,

Thank you for the suggestion. We will add ability to build symmetrical annotations visually in next version of library which will be available this week.

Best regards, Alexander
by Alex
Mon Dec 07, 2009 7:44 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: BarcodeWriter in WebService
Replies: 3
Views: 10497

Re: BarcodeWriter in WebService

Can you send a demo project to support@vintasoft.com?

Best regards, Alexander
by Alex
Mon Dec 07, 2009 7:43 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Newbie Question
Replies: 3
Views: 7306

Re: Newbie Question

What would happen if I didn't have THAT software installed?
Our library works with TWAIN drivers. "Software" - it's a TWAIN driver. You will not be able to work with the scanner if TWAIN driver of the scanner is not installed in the system. :)

Best regards, Alexander
by Alex
Fri Dec 04, 2009 9:14 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Newbie Question
Replies: 3
Views: 7306

Re: Newbie Question

Hello,

You can check the following properties to make sure that you have TWAIN devices:
  • IsTwainAvailable - determines if TWAIN is installed in the system.
  • SourcesCount - returns the number of TWAIN Data Sources.
Please read the documentation to get more info.

Best regards, Alexander
by Alex
Fri Dec 04, 2009 9:11 am
Forum: VintaSoft Twain ActiveX Discussions
Topic: issue with buffer overflow?
Replies: 8
Views: 24613

Re: issue with buffer overflow?

Hello, If you have a problem with the scanner or other TWAIN device we recommend trying the following things: Get the latest version of the scanner's drivers from the *'s web site and re-install them. Make sure you have the latest version of VintaSoftTwain ActiveX. If you still have a problem, pleas...
by Alex
Thu Dec 03, 2009 10:20 am
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: How to scan an image automatically on the reverse rectangle
Replies: 5
Views: 10633

Re: How to scan an image automatically on the reverse rectangle

Hello, I have understood your problem. Here are necessary steps if you have document with barcode in the top-left corner but do not know direction of the document: Set region of interest to the left-top corner, set scan direction to left-to-right direction, scan barcode Stop barcode searching proces...
by Alex
Wed Dec 02, 2009 9:40 am
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Interleaved 25-code confounded with code-128
Replies: 2
Views: 10419

Re: Interleaved 25-code confounded with code-128

Hello,

Please send image with barcodes to support@vintasoft.com, we will analyze the image and give you recommendations.

Also you can try to set the BarcodeReader.Settings.MinConfidence property to 100.

Best regards, Alexander
by Alex
Wed Dec 02, 2009 9:36 am
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: How to scan an image automatically on the reverse rectangle
Replies: 5
Views: 10633

Re: How to scan an image automatically on the reverse rectangle

Hello,

You can set the BarcodeReader.Setting.ScanDirection property to all directions and image will be analyzed in all directions.

Best regards, Alexander