Table of Contents

Class PaperSourceCaps

Namespace
NAPS2.Scan
Assembly
NAPS2.Sdk.dll

Represents valid values for ScanOptions.PaperSource as part of ScanCaps.

public class PaperSourceCaps
Inheritance
PaperSourceCaps

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

bool

SupportsDuplex

Whether the scanner supports PaperSource.Duplex.

public bool SupportsDuplex { get; init; }

Property Value

bool

SupportsFeeder

Whether the scanner supports PaperSource.Feeder.

public bool SupportsFeeder { get; init; }

Property Value

bool

SupportsFlatbed

Whether the scanner supports PaperSource.Flatbed.

public bool SupportsFlatbed { get; init; }

Property Value

bool