VintaSoft Twain .NET SDK 15.1: 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; }
    
    
    public: __property string* get_SaneLibPath();
    public: __property void set_SaneLibPath(
    string* value
    );
    public:
    property string^ SaneLibPath { string^ get(); void set(string^ value); }

    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 9; .NET 8; .NET 7; .NET 6

    See Also