Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

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