VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_Online Property
In This Topic
    Device_Online Property
    In This Topic
    Description
    Gets a value indicating whether device is online.
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property Device_Online As Boolean
    Remarks
    Call this property after Device_Open and before Device_AcquireImage.

    Information about error that occurs during getting property value can be get using the Error and ErrorString properties.
    See Also