You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > TWAIN Features > TwainSelectFeeder Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.TwainSelectFeeder Method

Asks to the opened source to select or deselect the document feeder.

C#
public Boolean TwainSelectFeeder(
    Boolean SelectFeeder
);
Visual Basic
Public Function TwainSelectFeeder(
    ByVal SelectFeeder As Boolean
) As Boolean
Parameters
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.  
Returns

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.