|
|
Browse by Tags
All Tags » DotTwain
Showing page 1 of 2 (18 total posts)
-
Question:
Wouldn't it be really nice if Atalasoft had a TWAIN device certification program?
Answer:
Sure would.
Yep. That's right. Pretty soon we'll have a certification program in place for manufacturers of scanners, and other capture devices to certify their hardware as ''Plays Nice with Atalasoft Products''; ...
-
Thanks for the reply.
I am trying to create by own user control with a thumbnail and a workspace viewer, and using DotTwain for scanning.
I am getting follwing exception while running it:
An unhandled exception of type 'System.TypeInitializationException' occurred in Unknown Module.
Additional information: The type initializer for ...
-
Hi,
I'm developing an application that has to save the scan settings. I'm using SaveXmlParameters and LoadXmlParameters, it seems to work fine with capabilities like resolution and color, but it doesn't work with other capabilities like dropout color.
The scanner I'm using is a Panasonic KV-S2026C.
Any idea about this problem?Thanks in ...
-
I have an application where I want to record a still image every 6 - 8 seconds, from a remote (from the pc) via IP.
Any resolution of VGA or greater would be great.
Can anyone suggest any cameras or suppliers (UK based) ? I know I can but a logitech webcam (under XP), but was looking for something a little more professional....
Any ...
-
I'm currently using dotTwain to launch my Kodak scanner, but using the following code I'm unable to toggle the Auto Border Removal feature:
if (_device.QueryCapability(DeviceCapability.ICAP_AUTOMATICBORDERDETECTION, true)){ _device.AutomaticBorderDetection = true;}
If I launch the scanner with _device.HideInterface = false, I'm able ...
-
We are developing in Visual Studio 2005 using C#.
We have an older version (2.0) of DotTwain.
My question arises from a sentence I saw in the help Docs for the AcquireEventArgs class. In the ''Remarks'' section, it states: ''It is the responsibility of the application to dispose of the image provided in the ImageAcquired event.'' ...
-
I'm developing on a Fujitsu 4120c2 scanner, and acquisition no longer triggers the device event. Even using the acquisition demo (unmodified), and low level twain demo, the Paper Jam event (or any device event) is not thrown. I recall it being triggered before, so why is it not firing now? Also, I can't even set the device event to paperjam, it ...
-
The Device.QueryCapability method should give you the information you need. However, that depends on the driver reporting correct results.
The real way to get this information in TWAIN is to use the DG_CONTROL / DAT_CAPABILITY / MSG_QUERYSUPPORT triplet. The driver will return a bit field containing the supported triplet ...
-
I have a serious problem with ATALASOFT, Dot Twain Control Web demo does not show up in internet explorer. I did every thing in page products/DotTwain/Demos/WebDeploy/securityhowto.aspx which is below atalasoft.
Now Atalasoft claims that if you develop a .NET windows control and put it under a html page as object that is referenced ...
-
Hi,
I am using a demo version of Atalasoft DotImage 5.0. When I run DotTwain Control Demo in Internet Explorer, everything seems fine. But when I try to scan an image from my scanner, there is no action. (The WinControl works fine in application) What may cause this? Can you show what I should do step by step? Or a link is ...
1
|
|
|