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
 i want to open the twain dialog like windows paint
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

aminigazar

Iran
2 Posts

Posted - Jan 02 2018 :  00:50:13  Show Profile  Reply
i want to open the twain dialog like windows paint and scan part of page not whole of page because i need to fasting scan.

thank you

gazar

xequte

39145 Posts

Posted - Jan 02 2018 :  15:14:51  Show Profile  Reply
Hi

Set VisibleDialog to true to show the native acquisition dialog:

https://www.imageen.com/help/TIEAcquireParams.VisibleDialog.html

e.g.

ImageEnView1.IO.AcquireParams.VisibleDialog := False;
ImageEnView1.IO.Acquire;

Nigel
Xequte Software
www.imageen.com
Go to Top of Page

aminigazar

Iran
2 Posts

Posted - Jan 03 2018 :  02:55:48  Show Profile  Reply
Tnx Its Ok
Just need to select other scanner by "AcquireSource"

if ImageEnView.io.SelectAcquireSource then
begin
  ImageEnView.io.Acquire;
  ImageEnView.Stretch;
end;

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