VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.Sane Namespace / SaneLocalDeviceOptionCollection Class / Find(String) Method
Syntax Requirements SeeAlso
In This Topic
Find(String) Method (SaneLocalDeviceOptionCollection)
In This Topic
Finds the capability by identifier of capability.
Syntax
'Declaration

Public Function Find( _
ByVal name
An option name.
As String _
) As SaneLocalDeviceOption

Parameters

name
An option name.

Return Value

SaneLocalDeviceOption if option is found; otherwise, null.
Requirements

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

See Also