ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearTWAIN Class / OpenSourceManager Method




In This Topic
    OpenSourceManager Method
    In This Topic
    This method opens a connection to the TWAIN Data Source Manager. A connection to a particular source can then be opened with OpenSource. A list of available data sources can be queried with DataSources.
    Syntax
    'Declaration
     
    Public Sub OpenSourceManager() 
    'Usage
     
    Dim instance As ImGearTWAIN
     
    instance.OpenSourceManager()
    public void OpenSourceManager()
    public: void OpenSourceManager(); 
    public:
    void OpenSourceManager(); 
    Exceptions
    ExceptionDescription
    Thrown when this method is called but a connection with the Data Source Manager is already open. Use DataSourceManagerOpen to check if the connection is open.
    Remarks
    When an application is finished with the Data Source Manager, call CloseSource to close the connection.
    See Also