Table of Contents

Class SaneOptions

Namespace
NAPS2.Scan
Assembly
NAPS2.Sdk.dll

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

string?

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; }

Property Value

bool