In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TwainIsFeederSelected Method

TwainIsFeederSelected Method (GdPictureImaging)

In This Topic
Asks to the opened source if the document feeder is selected.
Syntax
'Declaration
 
Public Function TwainIsFeederSelected() As Boolean
public bool TwainIsFeederSelected()
public function TwainIsFeederSelected(): Boolean; 
public function TwainIsFeederSelected() : boolean;
public: bool TwainIsFeederSelected(); 
public:
bool TwainIsFeederSelected(); 

Return Value

True if the document feeder is selected, 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