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
 Fujitsu fi-6130 scan in color via WIA (IEvolution)
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

cbc70037

USA
8 Posts

Posted - Apr 17 2021 :  14:48:21  Show Profile  Reply
Hello. What am I missing in trying to get this scanner to scan in color using an IEMulti? I've tried a number of things to no effect.

Using this code:


iem.ImageList.AcquireParams.SelectedSource = "FUJITSU fi-6130dj #2||0||WIA||SCN";
iem.ImageList.AcquireParams.XResolution = 300;
iem.ImageList.AcquireParams.YResolution = 300;
iem.ImageList.AcquireParams.BitDepth = 8;
iem.ImageList.AcquireParams.PixelType = AcquireParams.AcquirePixelType.FullColor;
iem.ImageList.AcquireParams.DuplexEnabled = true;
iem.ImageList.AcquireParams.VisibleDialog = false;
iem.ImageList.Acquire();


Thanks.


-C

xequte

38107 Posts

Posted - Apr 19 2021 :  17:46:00  Show Profile  Reply
Hi

That seems like the correct method. Have you tried using the Twain driver rather than WIA?

How about if you use the WIA object directly, rather than the AcquireParams wrapper?

Nigel
Xequte Software
www.imageen.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: