Skip to main content
This enum is implemented in FRE for Windows.
ScanPaperFeedModeEnum enumeration constants are used to describe the paper feeder modes of the scanner.
typedef enum {
 SPFM_Flatbed,
 SPFM_AutoFeeder
}ScanPaperFeedModeEnum;

Elements

NameDescription
SPFM\_FlatbedThe scanner has a flatbed.
SPFM\_AutoFeederThe scanner has an automatic document feeder.

Used in

IScanSourceCapabilities::PaperFeedModes