DTWAIN_SetManualDuplexMode |
Top Previous Next |
The DTWAIN_SetManualDuplexMode enables or disables manual duplex scanning.
DTWAIN_BOOL DTWAIN_SetManualDuplexMode (
Parameters Source An open TWAIN Source.
Flags The type of feeder that will be used.
bSet Enables or disables manual duplex mode.
Return Values The return value is TRUE if successful. Otherwise FALSE is returned.
Comments The DTWAIN_SetManualDuplexMode function enables or disables the Manual Duplex Mode for the Source Source. If bSet is TRUE, the manual duplex mode is enabled, otherwise it is disabled. Currently, only devices that have document feeders can utilize the manual duplex mode for more than a single duplexed page.
The Flags parameter determines the type of feeder that will be used. The available types are as follows:
The bSet parameter determines whether the manual duplex mode is turned on or off. If bSet is TRUE, then the manual duplex mode is turned on. If bSet is FALSE, the manual duplex mode is turned off, and the Flags parameter is ignored.
For more information, please see the section on Manual Duplex Scanning.
Prerequisite Function Call(s)
DTWAIN Source Selection Function
|