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




In This Topic
    ShowSourceUI Method
    In This Topic
    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