See Also Examples Applies To
Asks to the opened source to select or deselect the document feeder.
Syntax
object.TwainSelectFeeder (bSelectFeeder)
The TwainSelectFeeder syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| bSelectFeeder |
Required. Boolean. 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. |
Returns
Boolean. True if success, else False.
Remarks
Before using this function check that the TWAIN state is >= 4 (TWAIN_SOURCE_OPEN)
To get the TWAIN state, use the TwainGetState() function.
Category
TWAIN Functions