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.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TwainSelectFeeder Method

TwainSelectFeeder Method (GdPictureImaging)

In This Topic
Asks to the opened source to select or deselect the document feeder.
Syntax
'Declaration
 
Public Function TwainSelectFeeder( _
   ByVal SelectFeeder As Boolean _
) As Boolean
public bool TwainSelectFeeder( 
   bool SelectFeeder
)
public function TwainSelectFeeder( 
    SelectFeeder: Boolean
): Boolean; 
public function TwainSelectFeeder( 
   SelectFeeder : boolean
) : boolean;
public: bool TwainSelectFeeder( 
   bool SelectFeeder
) 
public:
bool TwainSelectFeeder( 
   bool SelectFeeder
) 

Parameters

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.

Return Value

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.
See Also