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