Class ScanCaps
Represents scanner capabilities. This includes valid values for scanning options and extra metadata beyond just the device name and id.
public class ScanCaps
- Inheritance
-
ScanCaps
Properties
DuplexCaps
Capabilities specific to the Duplex paper source.
public PerSourceCaps? DuplexCaps { get; init; }
Property Value
FeederCaps
Capabilities specific to the Feeder paper source.
public PerSourceCaps? FeederCaps { get; init; }
Property Value
FlatbedCaps
Capabilities specific to the Flatbed paper source.
public PerSourceCaps? FlatbedCaps { get; init; }
Property Value
MetadataCaps
Metadata for the device.
public MetadataCaps? MetadataCaps { get; init; }
Property Value
PaperSourceCaps
Valid values for ScanOptions.PaperSource.
public PaperSourceCaps? PaperSourceCaps { get; init; }