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




In This Topic
    DataSourceManagerOpen Property
    In This Topic
    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