- This topic has 3 replies, 4 voices, and was last updated 7 years, 7 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
Forums › TWAIN Classic › How to skip Blankpage in Kodak i1220
Hi,
we could skip blank pages in fujitsu but we could not do the same in kodak i1220 scanner. we are using below code
//Set duplex mode
twCap.Cap = CAP_DUPLEXENABLED;
twCap.ConType = TWON_ONEVALUE;
pval->ItemType = TWTY_BOOL;
pval->Item = TRUE;
rc = CallTwainProc(&m_AppId,&m_Source,DG_CONTROL,DAT_CAPABILITY,MSG_SET,(TW_MEMREF)&twCap);
//Set Auto Blank Page skip
twCap.Cap = ICAP_AUTODISCARDBLANKPAGES;
twCap.ConType = TWON_ONEVALUE;
pval->ItemType = TWTY_INT32;
pval->Item = (TW_INT32)TWBP_AUTO;
rc = CallTwainProc(&m_AppId,&m_Source,DG_CONTROL,DAT_CAPABILITY,MSG_SET,(TW_MEMREF)&twCap);
This code enable the duplex but not skip blank pages. Please suggest whether I need work with Kodak ini files, if so please let me know which ini file I should refer.
Thanks
Kannan
What if you show the user interface of the kodak i1220 scanner and enable skip blank page there? How does it work?
Catherine Sea
http://www.dynamsoft.com
Hi Catherine thanks for your reply and I apologies for delay response.
I am developing the twain application which have own user interface, so I discard the source default UI. Is there any way I can set the scanner custom caps using my own user interface? Please suggest.
Thanks,
Yoga V
Yoga,
As I do not have the Kodak Driver installed, I Need to ask you if you have checked with TWACKER this this DS supports ICAP_AUTODISCARDBLANKPAGES?
Best regards,
Kaij