ScanPauseModeEnum
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
Name | Description |
---|---|
SPM_None | Next page should be scanned without a pause. |
SPM_PresetDelay | Next page should be scanned after a specified number of seconds. |
SPM_PromptForProceeding | Prompt the user for scanning the next page. |
Used in
17.09.2024 15:14:41