VintaSoftTwain Control v6.0
VintaSoftTwain Object / DeviceManager_Close Method
In This Topic
    DeviceManager_Close Method
    In This Topic
    Description
    Closes the TWAIN device manager.
    Syntax
    Visual Basic
    Public Function DeviceManager_Close() As Boolean
    Return Type
    TRUE (1) if device manager is closed successfully, FALSE (0) otherwise.
    Remarks
    Close the device before closing the device manager.

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