SaneLibPath Property (SaneLocalDeviceManager)
Gets or sets the path to "libsane.so" file.
'Declaration
Public Property SaneLibPath As String
public string SaneLibPath { get; set; }
public: __property string* get_SaneLibPath();
public: __property void set_SaneLibPath(
string*
);
Property Value
Default value: "/usr/lib/x86_64-linux-gnu/libsane.so.1" for Debian/Ubuntu; "/usr/lib64/libsane.so.1" for Fedora.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6