Table of Contents

Class EsclOptions

Namespace
NAPS2.Scan
Assembly
NAPS2.Sdk.dll

Scanning options specific to the ESCL driver.

public class EsclOptions
Inheritance
EsclOptions

Properties

SearchTimeout

The maximum time (in ms) to search for ESCL devices when calling GetDevices or at the start of a scan.

public int SearchTimeout { get; set; }

Property Value

int

SecurityPolicy

The security policy to use for ESCL connections.

public EsclSecurityPolicy SecurityPolicy { get; set; }

Property Value

EsclSecurityPolicy