A-61580 November 2007
2-5
Controlling image
transfer order
This section provides job stream examples which can be used in
scanning applications.
The host application is responsible for determining the order in which
the scanner returns images. Front images must always be retrieved
before back images.
Black and white only -
duplex
1. Prepare documents.
2. Start the scanner to do black and white duplex scanning (front black
and white and back black and white).
3. Setup the scanner to retrieve black and white images.
4. Enable the scanner and start polling.
Loop
Read front black and white image header
Read front black and white image
Read back black and white image header
Read back black and white image
End loop
Color only - duplex
1. Prepare documents.
2. Start the scanner to do color duplex scanning (front color and back
color).
3. Setup the scanner to retrieve color images.
4. Enable the scanner and start polling.
Loop
Read front color image header
Read front color image
Read back color image header
Read back color image
End loop
Grayscale only - duplex
1. Prepare documents.
2. Start the scanner to do grayscale duplex scanning (front grayscale
and back grayscale).
3. Setup the scanner to retrieve grayscale images.
4. Enable the scanner and start polling.
Loop
Read front grayscale image header
Read front grayscale image
Read back grayscale image header
Read back grayscale image
End loop