In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TwainIsAutoFeedAvailable Method

TwainIsAutoFeedAvailable Method (GdPictureImaging)

In This Topic
Asks to the opened source if she can support the automatic page feeding capability. When AutoFeed capability is enabled, the Source will automatically feed the next page from the document feeder after the number of frames negotiated for capture from each page are acquired.
Syntax
'Declaration
 
Public Function TwainIsAutoFeedAvailable() As Boolean
public bool TwainIsAutoFeedAvailable()
public function TwainIsAutoFeedAvailable(): Boolean; 
public function TwainIsAutoFeedAvailable() : boolean;
public: bool TwainIsAutoFeedAvailable(); 
public:
bool TwainIsAutoFeedAvailable(); 

Return Value

TRUE if support the automatic page feeding, FALSE otherwise -> Use TwainGetLastResultCode() and TwainGetLastConditionCode() methods for diagnosing the error.
Remarks
Before using this method check that the TWAIN state is TWAIN_SOURCE_OPEN (4) To get the TWAIN state, use the TwainGetState() method.
See Also