Class KeyValueScanOptions
A set of key-value options used for scanning.
This is only relevant for SANE. Currently NAPS2 does not actually support viewing/setting custom options. If someone was so inclined they could manually set them in the profiles.xml file.
public class KeyValueScanOptions : Dictionary<string, string>
- Inheritance
-
KeyValueScanOptions
Constructors
KeyValueScanOptions()
public KeyValueScanOptions()
KeyValueScanOptions(IDictionary<string, string>)
public KeyValueScanOptions(IDictionary<string, string> dictionary)