ImageEn, unit ietwain

TIETwainParams.DoubleFeedDetection

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_CAP_DOUBLEFEEDDETECTION ($103D)

Note: Use IsCapabilitySupported to determine if this capability is supported by the current scanner


Example

// Acquires only one feed
ImageEnMView1.MIO.TwainParams.DoubleFeedDetection := False;
ImageEnMView1.MIO.Acquire();