Dev Center
Table of contents

Capture/Image Source

Can the Dynamic Web TWAIN SDK detect whether papers exist on the flatbed?

Yes. You can use IfFeederLoaded API to inspect whether papers are loaded in the feeder of your current scanner. Before calling this API, please use IfPaperDetectable to inspect whether your current scanner hardware has a sensor to detect papers.

Code Example:

DWObject.SelectSource();
DWObject.OpenSource;
if(DWObject.IfPaperDetectable)
if(DWObject.IfFeederLoaded)
DWObject.AcquireImage();
else
alert("There is no paper in the feeder.");
...
...

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest Version
    • Version 17.1.1
    • Version 17.0
    • Version 16.2
    • Version 16.1.1
    Change +
    © 2003–2022 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support