> ## 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.

# ScanPaperFeedModeEnum

<Note>
  This enum is implemented in FRE for Windows.
</Note>

ScanPaperFeedModeEnum enumeration constants are used to describe the paper feeder modes of the scanner.

```
typedef enum {
 SPFM_Flatbed,
 SPFM_AutoFeeder
}ScanPaperFeedModeEnum;
```

## Elements

| Name               | Description                                   |
| ------------------ | --------------------------------------------- |
| SPFM\\\_Flatbed    | The scanner has a flatbed.                    |
| SPFM\\\_AutoFeeder | The scanner has an automatic document feeder. |

## Used in

[IScanSourceCapabilities::PaperFeedModes](/fine-reader/engine/api-reference/mechanism-objects/scansourcecapabilities#paperfeedmodes)
