'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();
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.