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
 Recognize if AutoDiscardBlankPages is supported

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 - 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.

Thanks
Ralf
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Feb 03 2017 : 13:18:58
Hi Ralf

That is correct. It is not supported by WIA.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Ralf 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');



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com