Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
Ralf
Posted - Jan 27 2017 : 03:06:59 Hallo,
i found how to set AutoDiscardBlankPages. But i don't found a way to find out if the scanner do support this feature. If not i want to do it inside ImageEn or give the user the possibility to do that.
Posted - Feb 02 2017 : 03:16:29 Hi Nigel, great. Is this also possible by wia or doesn't wia support that feature.
Thanks
Ralf
xequte
Posted - Feb 01 2017 : 15:22:36 In the next version, you will be able to call as follows:
ImageEnMView1.MIO.SelectAcquireSource([ieaTwain]);
if ImageEnMView1.MIO.TwainParams.IsCapabilitySupported( ICAP_AUTODISCARDBLANKPAGES ) then
ShowMessage('ICAP_AUTODISCARDBLANKPAGES is supported')
else
ShowMessage('ICAP_AUTODISCARDBLANKPAGES is NOT supported');