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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Scanning Question

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
JensFudge Posted - Aug 31 2011 : 06:42:04
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
2   L A T E S T    R E P L I E S    (Newest First)
JensFudge Posted - Sep 01 2011 : 05:38:29
Thanks
I bought it, and implemented it.. It works great.

Jens Fudge
fab Posted - Aug 31 2011 : 07:41:38
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".