VintaSoftTwain Control v6.0
VintaSoftTwain Object / DeviceManager_Open Method
In This Topic
    DeviceManager_Open Method
    In This Topic
    Description
    Opens the TWAIN device manager.
    Syntax
    Visual Basic
    Public Function DeviceManager_Open() As Boolean
    Return Type
    TRUE (1) if device manager is opened successfully, FALSE (0) otherwise.
    Remarks
    Only DeviceManager_ApplicationProductName property can be used before this method. All other properties and methods must be used only after execution of this method.

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