Class SaneOptions
Scanning options specific to the SANE driver.
public class SaneOptions
- Inheritance
-
SaneOptions
Properties
Backend
Limit the devices queried by GetDevices/GetDeviceList to the given SANE backend.
public string? Backend { get; set; }
Property Value
KeepInitialized
Whether to keep SANE initialized in memory after the operation is complete. This improves stability when doing multiple operations in a single process. Defaults to true.
public bool KeepInitialized { get; set; }