TIEAcquireParams.FeederEnabled
Declaration
property FeederEnabled: boolean; (Read/Write)
Description
Enables the feed loader mechanism when present (i.e. use the feeder as the scan source).
Use this property only within
TImageEnMIO component to disable the feed loader.
Note: Not supported for DCIM retrieval (i.e. when
SelectedAcquireSource.Api = ieaDCIM)
// Acquires only one feed
ImageEnMView1.MIO.AcquireParams.FeederEnabled := False;
ImageEnMView1.MIO.Acquire();
See Also
◼FeederEnabled◼WIA_FEEDER of WIA_DPS_DOCUMENT_HANDLING_SELECT