Search found 2321 matches

by Alex
Tue Mar 29, 2011 3:55 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Save all scanned images in one document tif
Replies: 1
Views: 6988

Re: Save all scanned images in one document tif

Hello,

Please read the "Programming" section in the documentation.

Best regards, Alexander
by Alex
Thu Mar 24, 2011 7:36 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: How to determine if a mouse click ocurred in the img space?
Replies: 2
Views: 7593

Re: How to determine if a mouse click ocurred in the img space?

Hello, You can subscribe to the AnnotationViewer.MouseClick event and analyze the position of the mouse cursor in the image using the AnnotationViewer.PointToImage method. Please read descriptions of the ImageViewer.PointToImage and ImageViewer.PointToControl methods in the documentation. Best regar...
by Alex
Thu Mar 17, 2011 7:06 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Incorrect image colors
Replies: 4
Views: 9537

Re: Incorrect image colors

Hello Luca,

The problem is solved in version 7.1.2.

Best regards, Alexander
by Alex
Thu Mar 17, 2011 6:14 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Multipage PDFs from web twain
Replies: 5
Views: 10184

Re: Multipage PDFs from web twain

Hello,

Value 3 means that scan is completed i.e. you acquired image from flatbed scanner.

You should save acquired image to the stream, start the second/third/... scan, add acquired images to the stream, upload data of the stream to the server when this is necessary.

Best regards, Alexander
by Alex
Thu Mar 17, 2011 9:44 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Override Pan [Hand] Cursor?
Replies: 1
Views: 7978

Re: Override Pan [Hand] Cursor?

Hello,

We will add ability to change cursors (open/closed hand) in the Pan tool in next version of SDK.

Best regards, Alexander
by Alex
Mon Mar 07, 2011 6:49 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Valued issues during interaction TwainSDK with TSScan
Replies: 3
Views: 10195

Re: Valued issues during interaction TwainSDK with TSScan

Hello Vladimir,

Have you contacted the support TerminalWorks team? VintaSoft is not able to provide support for any third party software even if it includes any VintaSoft component.

Best regards, Alexander
by Alex
Mon Mar 07, 2011 6:42 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: File in use
Replies: 7
Views: 12513

Re: File in use

Hello, Please see this example: http://www.vintasoft.com/zip/examples/vstwain.net/ImagingWithScanDemo_CSharp2008.zip Example shows how to: acquire image(s) from the scanner add acquired image(s) to the thumbnail and image viewer (image(s) can be saved on local disk or memory) process/save acquired i...
by Alex
Sun Feb 27, 2011 5:29 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Logger.Filename is read-only
Replies: 1
Views: 6179

Re: Logger.Filename is read-only

Hi Paul,

Please use this code:

Code: Select all

deviceManager.Logger = new DeviceManagerLogger(@"d:\vstwain.log", true);
Best regards, Alexander
by Alex
Wed Feb 23, 2011 12:51 pm
Forum: VintaSoft Twain ActiveX Discussions
Topic: VSTWAIN1.NumImages is always 1
Replies: 2
Views: 13566

Re: VSTWAIN1.NumImages is always 1

Hello Sasidhar,

Glad to hear that problem is solved.

Best regards, Alexander
by Alex
Wed Feb 23, 2011 12:50 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Use 32-bit or 64-bit DLL depending on platform
Replies: 5
Views: 12645

Re: Use 32-bit or 64-bit DLL depending on platform

Hello,

I think you have 64-bit system and 64-bit systems are supported only since TWAIN 2.0 - you need to install TWAIN 2.0 Data Source Manager (DSM) in the system.

Best regards, Alexander