Skip to main content
This enum is implemented in FRE for Windows.
ScanPauseModeEnum enumeration constants are used to specify if there is to be a pause before scanning the next page.
typedef enum {
 SPM_None,
 SPM_PresetDelay,
 SPM_PromptForProceeding
}ScanPauseModeEnum;

Elements

NameDescription
SPM\_NoneNext page should be scanned without a pause.
SPM\_PresetDelayNext page should be scanned after a specified number of seconds.
SPM\_PromptForProceedingPrompt the user for scanning the next page.

Used in

IScanSourceSettings::PauseBetweenPagesMode