TIETwainParams.DoubleFeedDetection
Declaration
property DoubleFeedDetection: boolean;
Description
Enables Double-Feed Detection, which is available in some scanners to detect multiple pages being fed simultaneously (to prevent misfeeds).
Twain Property: CAP_DOUBLEFEEDDETECTION ($103D)
Note:
◼Use
IsCapabilitySupported to determine if this capability is supported by the current scanner
◼This property is affected by the
Twain Compatibility option:
ietcExplicitlySetCapabilities
// Acquires only one feed
ImageEnMView1.MIO.TwainParams.DoubleFeedDetection := False;
ImageEnMView1.MIO.Acquire();