'DeclarationPublic Function TwainSetAutoFeed( _ ByVal AutoFeed As Boolean _ ) As Boolean
public bool TwainSetAutoFeed( bool AutoFeed )
public function TwainSetAutoFeed( AutoFeed: Boolean ): Boolean;
public function TwainSetAutoFeed( AutoFeed : boolean ) : boolean;
public: bool TwainSetAutoFeed( bool AutoFeed )
public: bool TwainSetAutoFeed( bool AutoFeed )
Parameters
- AutoFeed
 - True to enable automatic document feeding, else False.
 
Return Value
            TRUE if successful, FALSE otherwise -> Use TwainGetLastResultCode() and TwainGetLastConditionCode()
            methods for diagnosing the error.
            
