VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.Sane Namespace / SaneLocalDeviceManager Class / SaneLocalDeviceManager Constructors / SaneLocalDeviceManager Constructor(String)
Syntax Exceptions Requirements SeeAlso
In This Topic
SaneLocalDeviceManager Constructor(String)
In This Topic
Initializes a new instance of the SaneLocalDeviceManager class.
Syntax
'Declaration

Public Function New( _
ByVal libsanePath
The path to "libsane.so" file.
As String _
)
public SaneLocalDeviceManager(
string libsanePath
)

Parameters

libsanePath
The path to "libsane.so" file.
Exceptions
ExceptionDescription
Thrown if libsanePath is null or empty.
Thrown if file, which is specified by libsanePath parameter, does not exist.
Requirements

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

See Also