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>, IDictionary<string, string>, ICollection<KeyValuePair<string, string>>, IReadOnlyDictionary<string, string>, IReadOnlyCollection<KeyValuePair<string, string>>, IEnumerable<KeyValuePair<string, string>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
- Inheritance
-
KeyValueScanOptions
- Implements
- Inherited Members
Constructors
KeyValueScanOptions()
public KeyValueScanOptions()
KeyValueScanOptions(IDictionary<string, string>)
public KeyValueScanOptions(IDictionary<string, string> dictionary)
Parameters
dictionary
IDictionary<string, string>