ImageGear .NET - Updated
OpenSourceManager Method




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearTWAIN Class : OpenSourceManager Method
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

Reference

ImGearTWAIN Class
ImGearTWAIN Members