TIEAcquireParams.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
◼Not supported for DCIM retrieval (i.e. when
SelectedAcquireSource.Api = ieaDCIM)
Read-only
Example
if ImageEnMView1.MIO.AcquireParams.PaperDetectable then
ShowMessage( 'Paper can be detected' );
See Also
◼PaperDetectable
◼WIA_DETECT_FEED flag of WIA_DPS_DOCUMENT_HANDLING_CAPABILITIES