Asks to the opened source to select or deselect the document feeder.
public Boolean TwainSelectFeeder( Boolean SelectFeeder );
Public Function TwainSelectFeeder( ByVal SelectFeeder As Boolean ) As Boolean
|
Parameters |
Description |
|
SelectFeeder |
If TRUE, Source must acquire data from the document feeder acquire area. If FALSE, Source must acquire data from the non-feeder acquire area like flatbed area. |
True if success, else False.
Before using this function check that the TWAIN state is >= 4 (TWAIN_SOURCE_OPEN)
To get the TWAIN state, use the TwainGetState() function.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|