ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearTWAIN Class / DataSourceOpen Property




In This Topic
    DataSourceOpen Property
    In This Topic
    Gets a value indicating whether a connection to a TWAIN Data Source (DS) is open.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataSourceOpen As Boolean
    'Usage
     
    Dim instance As ImGearTWAIN
    Dim value As Boolean
     
    value = instance.DataSourceOpen
    public bool DataSourceOpen {get;}
    public: __property bool get_DataSourceOpen();
    public:
    property bool DataSourceOpen {
       bool get();
    }

    Property Value

    Boolean value.

    true = There is an active connection to a DS open.

    false = There is not an active connection to a DS open.

    See Also