ImageEn, unit ietwain

TIETwainParams.PaperDetectable

TIETwainParams.PaperDetectable

Declaration

property PaperDetectable: Boolean;

Description

If PaperDetectable is True, the scanner is able to detect paper.

Note: This means that the scanner has a sensor that can detect paper. To determine if there is paper detected, use a property like FeederLoaded

Twain Property: CAP_PAPERDETECTABLE

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

Example

if ImageEnView1.IO.TwainParams.PaperDetectable then
  ShowMessage( 'Scanner can detect paper' );

See Also

FeederLoaded
FeederEnabled