ImageGear .NET - Updated
DataSourceOpen Property




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearTWAIN Class : DataSourceOpen Property
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

Reference

ImGearTWAIN Class
ImGearTWAIN Members