-1

I'm using this code to scan documents using scanner's feeder. What do I have to change, so that flatbed is used?

edit: I removed the while(hasPages) loop and hasPages check... But somehow I must set that flatbed is used but don't know how.

Jørgen R
  • 10,568
  • 7
  • 42
  • 59
redman
  • 2,115
  • 5
  • 32
  • 59

1 Answers1

1

I had to add this to switch statement:

case 3088:
    SetProperty(item, 2); // 1 = feeder, 2 = flatbed
    break;
redman
  • 2,115
  • 5
  • 32
  • 59