ImageGear .NET - Updated
ShowSourceUI Method




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearTWAIN Class : ShowSourceUI Method
This method shows the Data Source UI to allow the user to manipulate the source's current settings, but not acquire an image.
Syntax
'Declaration
 
Public Sub ShowSourceUI() 
'Usage
 
Dim instance As ImGearTWAIN
 
instance.ShowSourceUI()
public void ShowSourceUI()
public: void ShowSourceUI(); 
public:
void ShowSourceUI(); 
Exceptions
ExceptionDescription
Thrown if a connection to a data source is not open, or the open data source doesn't support ImGearCapabilities.CAP_ENABLEDSUIONLY.
Remarks
This method throws exceptions if no data source is open, or the open data source doesn't support ImGearCapabilities.CAP_ENABLEDSUIONLY.
See Also

Reference

ImGearTWAIN Class
ImGearTWAIN Members