VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.WpfTwain Namespace / DeviceCollection Class / Find(String) Method
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    Find(String) Метод (DeviceCollection)
    В этом разделе
    Finds the device by device's name.
    Синтаксис
    'Declaration
    
    Public Function Find( _
    ByVal deviceName
    Name of the device to find.
    As String _
    ) As Device
    public Device Find(
    string deviceName
    )
    public: Device* Find(
    string* deviceName
    )
    public:
    Device^ Find(
    string^ deviceName
    )

    Parameters

    deviceName
    Name of the device to find.

    Return Value

    The device with specified name.
    Исключения
    ИсключениеОписание
    Thrown if TWAIN device manager is not found or not initialized.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также