TIETwainParams.FeederEnabled
Declaration
property FeederEnabled: boolean;
Description
Enables the document feeder when present (i.e. uses the feeder as the scanning source).
Use this property only within
TImageEnMIO component to disable the document feeder.
Twain Property: CAP_FEEDERENABLED
Note: Use
IsCapabilitySupported to determine if this capability is supported by the current scanner
// Acquires only one feed
ImageEnMView1.MIO.TwainParams.FeederEnabled := False;
ImageEnMView1.MIO.Acquire();