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

    Return Value

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

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

    See Also