Gets an indicator if the scanner driver is loaded.
'Declaration
Public ReadOnly Property DriverLoaded As Boolean
'Usage
Dim instance As Scanner
Dim value As Boolean
value = instance.DriverLoaded
public bool DriverLoaded {get;}
public: __property bool get_DriverLoaded();
public:
property bool DriverLoaded {
bool get();
}
Property Value
A boolean value which is
true if the scanner driver is loaded. Otherwise,
false is returned.