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. True to try to select the document feeder else False. |
Returns
Boolean. True if success, else False.
Remarks
Before using this method check that the TWAIN state is >= 4 (TWAIN_SOURCE_OPEN)
To get the TWAIN state, use the TwainGetState() method.
Category
TWAIN Capability