VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_Feeder_Stop Method
In This Topic
    Device_Feeder_Stop Method
    In This Topic
    Description
    Stops the automatic document feeder if possible.
    Syntax
    Visual Basic
    Public Function Device_Feeder_Stop() As Boolean
    Return Type
    TRUE (1) if method is executed successfully, FALSE (0) otherwise.
    Remarks
    Call this method only when in handler of DeviceImageAcquired event.

    Information about error that occurs during method execution can be get using the Error and ErrorString properties.
    See Also