VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Sane Namespace / SaneLocalDeviceCollection Class / FindByModel(String) Method
Syntax Requirements SeeAlso
In This Topic
    FindByModel(String) Method (SaneLocalDeviceCollection)
    In This Topic
    Finds the first device with specified model.
    Syntax
    'Declaration
    
    Public Function FindByModel( _
    ByVal deviceModel
    Model of the device to find.
    As String _
    ) As SaneLocalDevice
    public SaneLocalDevice FindByModel(
    string deviceModel
    )
    public: SaneLocalDevice* FindByModel(
    string* deviceModel
    )
    public:
    SaneLocalDevice^ FindByModel(
    string^ deviceModel
    )

    Parameters

    deviceModel
    Model of the device to find.

    Return Value

    SaneLocalDevice if device is found; otherwise, null.
    Requirements

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

    See Also