VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Sane Namespace / SaneLocalDevice Class / GetSupportedScanSources() Method
Syntax Requirements SeeAlso
In This Topic
    GetSupportedScanSources() Method (SaneLocalDevice)
    In This Topic
    Returns the supported scan sources.
    Syntax
    'Declaration
    
    Public Function GetSupportedScanSources() As String[]
    
    
    public string[] GetSupportedScanSources()
    
    
    public: string[]* GetSupportedScanSources()
    
    
    public:
    string[]^ GetSupportedScanSources()

    Return Value

    A string array that contains names of supported scan sources.
    Requirements

    Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6

    See Also