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
 Brother ADS-2400N LAN X- u.YResolution.RangeMax=0

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
Ralf Posted - Mar 03 2017 : 03:50:47
Hi,
i want to offer our customer a array of possible DPI-Sizes for Scanning. To see witch size is possible i use TWainParams.XResolution.RangeMax. This work good with our Fujitsu. With the Brother the value=0.

Here you can see the Twain and Driver version:


Here you can see the Configuration:



as you see the ICAP_XNATIVERESOLUTION is 600.

For getting this information i used a software from twain.org. Called twainapp.win64.installer.msi

The Question is why the XResolution.RangeMax is 0 and not 600.

Thanks

Ralf



3   L A T E S T    R E P L I E S    (Newest First)
Ralf Posted - Mar 27 2017 : 05:45:31
Hi Nigel,

yes, that can be.

I now do a couple of different tests to get information withch DPI-Sizes are Supported.
1. TwainParams.XResolution.count>0
2. TWainParams.XResolution.RangeMax>0
3. if 1 and 2 have no success i use the actual XResolution
Thats not very nice.
Best Regards

Ralf
xequte Posted - Mar 27 2017 : 05:13:10
Hi Ralf

I expect the driver is not adequately returning the correct information.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Ralf Posted - Mar 27 2017 : 02:23:37
Hi Nigel,

haven't you any answer for this problem?

Best regards

Ralf