ImageGear for .NET
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
ImageGear.Core.ImGearExceptionThrown 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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback