TIEAcquireParams.DuplexSupported
Declaration
property DuplexSupported: Boolean;
Description
If DuplexSupported is True, the scanner can scans both sides of a paper; otherwise the scanner will scan only one side.
Note: Not supported for DCIM retrieval (i.e. when
SelectedAcquireSource.Api = ieaDCIM)
Read-only
Example
// Enable duplex if supported
If ImageEnMView1.MIO.AcquireParams.DuplexSupported then
ImageEnMView1.MIO.AcquireParams.DuplexEnabled := True;
See Also
◼DuplexSupported
◼WIA_DUP of WIA_DPS_DOCUMENT_HANDLING_CAPABILITIES