Table of Contents

Enum PaperSource

Namespace
NAPS2.Scan
Assembly
NAPS2.Sdk.dll

Specifies the physical paper source for devices that have multiple options (Flatbed, Feeder, Duplex).

public enum PaperSource

Fields

Auto = 0

Use a supported paper source for the device. Generally this prioritizes Flatbed -> Feeder -> Duplex, but it depends on the driver. This may choose between Feeder and Flatbed based on whether there is paper in the feeder.

Duplex = 3

Use the automatic document feeder component of the scanner with double-sided scanning, potentially scanning multiple pages.

Feeder = 2

Use the automatic document feeder component of the scanner, potentially scanning multiple pages.

Flatbed = 1

Use the flatbed component of the scanner to scan a single page.