Hello,
I have a Fujitsu fi-5110C scanner and i am unable to set it's papersize. Is this a common thing with these scanners or am i doing something wrong?
This is what i did:
.TwainOpenSource(...) // this works because after i perform a successful scan
.TwainSetPaperSize(GdTwainPro2.TwainPaperSize.A4) // through a loop i tried any other paper size with the same result
after those lines:
.TwainGetLastResultCode returns TWRC_FAILURE
.TwainGetLastConditionCode returns TWCC_BADCAP
.TwainGetPaperSize returns None.
Thenk you in advance!
