VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.Sane Namespace / SaneLocalDeviceManager Class / SaneLibPath Property
Syntax Requirements SeeAlso
In This Topic
SaneLibPath Property (SaneLocalDeviceManager)
In This Topic
Gets or sets the path to "libsane.so" file.
Syntax
'Declaration

Public Property SaneLibPath As String

public string SaneLibPath { get; set; }

Property Value

Default value: "/usr/lib/x86_64-linux-gnu/libsane.so.1" for Debian/Ubuntu; "/usr/lib64/libsane.so.1" for Fedora.
Requirements

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

See Also