ImageGear .NET - Updated
DataSourceManagerOpen Property




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearTWAIN Class : DataSourceManagerOpen Property
Gets a value indicating whether a connection to the TWAIN Data Source Manager (DSM) is open.
Syntax
'Declaration
 
Public ReadOnly Property DataSourceManagerOpen As Boolean
'Usage
 
Dim instance As ImGearTWAIN
Dim value As Boolean
 
value = instance.DataSourceManagerOpen
public bool DataSourceManagerOpen {get;}
public: __property bool get_DataSourceManagerOpen();
public:
property bool DataSourceManagerOpen {
   bool get();
}

Property Value

Boolean value.

true = There is an active connection to the DSM open.

false = There is not an active connection to the DSM open.

See Also

Reference

ImGearTWAIN Class
ImGearTWAIN Members