Class PaperSourceCaps
Represents valid values for ScanOptions.PaperSource as part of ScanCaps.
public class PaperSourceCaps- Inheritance
- 
      
      PaperSourceCaps
- Inherited Members
Properties
CanCheckIfFeederHasPaper
Whether the scanner has the ability to detect if paper is in the feeder for use with PaperSource.Auto.
public bool CanCheckIfFeederHasPaper { get; init; }Property Value
SupportsDuplex
Whether the scanner supports PaperSource.Duplex.
public bool SupportsDuplex { get; init; }Property Value
SupportsFeeder
Whether the scanner supports PaperSource.Feeder.
public bool SupportsFeeder { get; init; }Property Value
SupportsFlatbed
Whether the scanner supports PaperSource.Flatbed.
public bool SupportsFlatbed { get; init; }