ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Scanning Question
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

JensFudge

Denmark
8 Posts

Posted - Aug 31 2011 :  06:42:04  Show Profile  Reply
Hi.
I have been trying to figure out if and how your components would be able to scan via Twain...
It seems by reading the different posts in the forum that it does..
Which product would I need to purchase and install, and do you have a very simple example?
All I want is something like

TBrillianComponent.Scan(filename); where scan places the scanned image as said file.

I am currently using Delphi 2010 for this project, but it would be nice if it were to work with Delphi XE and XE2 too.

Thanks in advance

Jens Fudge

fab

1310 Posts

Posted - Aug 31 2011 :  07:41:38  Show Profile  Reply
Hi,
just put a TImageEnView component on a form and execute:

ImageEnView1.IO.SelectAcquireSource();
imageEnView1.IO.Acquire();

For a more complete example look at this directory: "ImageAcquisition\TWain".
Go to Top of Page

JensFudge

Denmark
8 Posts

Posted - Sep 01 2011 :  05:38:29  Show Profile  Reply
Thanks
I bought it, and implemented it.. It works great.

Jens Fudge
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: