ImageEn, unit iexAcquire

TIEAcquireParams.DuplexEnabled

TIEAcquireParams.DuplexEnabled

Declaration

property DuplexEnabled: Boolean; (Read/Write)

Description

If DuplexEnabled is True, the scanner scans both sides of a paper; otherwise, the scanner will scan only one side.
Use this property only within TImageEnMIO component to enable/disable duplex mode.

Note: Not supported for DCIM retrieval (i.e. when SelectedAcquireSource.Api = ieaDCIM)

Default: False (Scan only one side)

Example

// Enable duplexing on the current scanner
ImageEnView1.IO.AcquireParams.DuplexEnabled := True;

See Also

DuplexEnabled
WIA_DUPLEX of WIA_DPS_DOCUMENT_HANDLING_SELECT