VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_Enable Method
In This Topic
    Device_Enable Method
    In This Topic
    Description
    Enables the device.
    Syntax
    Visual Basic
    Public Function Device_Enable() As Boolean
    Return Type
    TRUE (1) if device is enabled successfully, FALSE (0) otherwise.
    Remarks
    Call this method only when device is closed (Device_State == enumDevice_State.DeviceClosed) or device is opened (Device_State == enumDevice_State.DeviceOpened).

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