In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TwainIsAutoFeedEnabled Method

TwainIsAutoFeedEnabled Method (GdPictureImaging)

In This Topic
Asks to the opened source if the automatic page feeding capability is enabled or not.
Syntax
'Declaration
 
Public Function TwainIsAutoFeedEnabled() As Boolean
public bool TwainIsAutoFeedEnabled()
public function TwainIsAutoFeedEnabled(): Boolean; 
public function TwainIsAutoFeedEnabled() : boolean;
public: bool TwainIsAutoFeedEnabled(); 
public:
bool TwainIsAutoFeedEnabled(); 

Return Value

TRUE if the automatic page feeding is enabled, FALSE otherwise.
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